Commit Graph

2326 Commits

Author SHA1 Message Date
pubiqq
5d064d3e50
feat(res): improve resource names (PR #2316)
Some checks are pending
Build Artifacts / build (push) Waiting to run
Build Artifacts / build-win-bundle (push) Waiting to run
Build Test / tests (ubuntu-latest) (push) Waiting to run
Build Test / tests (windows-latest) (push) Waiting to run
CodeQL / Analyze (java) (push) Waiting to run
2024-11-06 18:08:35 +03:00
pubiqq
15b6309e2c
fix: support "fall-through to default" case in switch-over-string (PR #2338)
Some checks are pending
Build Artifacts / build (push) Waiting to run
Build Artifacts / build-win-bundle (push) Waiting to run
Build Test / tests (ubuntu-latest) (push) Waiting to run
Build Test / tests (windows-latest) (push) Waiting to run
CodeQL / Analyze (java) (push) Waiting to run
2024-11-05 21:41:03 +00:00
Skylot
417bb7a7e9
feat: add method to update all blocks related info in method (#2335)
Some checks failed
Build Artifacts / build (push) Has been cancelled
Build Artifacts / build-win-bundle (push) Has been cancelled
Build Test / tests (ubuntu-latest) (push) Has been cancelled
Build Test / tests (windows-latest) (push) Has been cancelled
CodeQL / Analyze (java) (push) Has been cancelled
2024-11-02 22:08:26 +00:00
Ahmet Bilal Can
4c74e8e300
feat: give ability to plugins to edit blocks before locking (PR #2336)
Plugins can use `.before('BlockFinisher')` to edit blocks before they are locked.
2024-11-02 21:38:57 +00:00
Skylot
57238de6ff
feat(cli): add option to disable plugins (#2277)
Some checks are pending
Build Artifacts / build (push) Waiting to run
Build Artifacts / build-win-bundle (push) Waiting to run
Build Test / tests (ubuntu-latest) (push) Waiting to run
Build Test / tests (windows-latest) (push) Waiting to run
CodeQL / Analyze (java) (push) Waiting to run
2024-11-01 20:13:34 +00:00
Skylot
313c4a121a
fix: improve negation condition checks for switch over string (#2333) 2024-11-01 16:33:28 +00:00
pubiqq
39912398fc
fix: unwrap consts in switch-over-string (PR #2332)
Some checks failed
Build Artifacts / build (push) Waiting to run
Build Artifacts / build-win-bundle (push) Waiting to run
Build Test / tests (ubuntu-latest) (push) Waiting to run
Build Test / tests (windows-latest) (push) Waiting to run
CodeQL / Analyze (java) (push) Has been cancelled
2024-10-31 21:24:19 +00:00
Skylot
7544d1a113
fix: prevent endless loop in pre header insertion mod (#2300) 2024-10-31 20:00:06 +00:00
pubiqq
cfbe5ab672
fix: fix default branch position in switch-over-string (PR #2331) 2024-10-31 19:58:35 +00:00
Ruffalo Lavoisier
2661b91a6f
feat(gui): create Frida hooking snippet for all methods in the class (PR #2328)
Some checks are pending
Build Artifacts / build (push) Waiting to run
Build Artifacts / build-win-bundle (push) Waiting to run
Build Test / tests (ubuntu-latest) (push) Waiting to run
Build Test / tests (windows-latest) (push) Waiting to run
CodeQL / Analyze (java) (push) Waiting to run
2024-10-30 17:59:29 +00:00
Skylot
61578e8793
fix(gui): correct tabs filter in "Close others" tab action (#2330) 2024-10-30 17:20:16 +00:00
Skylot
cc6a893402
feat: allow to disable installed plugins (#2277) 2024-10-28 23:35:28 +03:00
pubiqq
4d8a5d6671
fix(core): fix primitive-to-primitive conversions (PR #2326)
Some checks failed
Build Artifacts / build (push) Has been cancelled
Build Artifacts / build-win-bundle (push) Has been cancelled
Build Test / tests (ubuntu-latest) (push) Has been cancelled
Build Test / tests (windows-latest) (push) Has been cancelled
CodeQL / Analyze (java) (push) Has been cancelled
2024-10-28 20:33:10 +00:00
Skylot
982307b1ac
fix(gui): use correct section filter in plugins list
Some checks failed
Build Artifacts / build (push) Has been cancelled
Build Artifacts / build-win-bundle (push) Has been cancelled
Build Test / tests (ubuntu-latest) (push) Has been cancelled
Build Test / tests (windows-latest) (push) Has been cancelled
CodeQL / Analyze (java) (push) Has been cancelled
2024-10-25 19:01:43 +01:00
Skylot
37054dc84e
fix(gui): load plugins settings in temp context without UI (#2206) 2024-10-25 18:51:38 +01:00
Skylot
343e2c531a
chore: expand input dirs in ConvertArscFile 2024-10-25 18:12:48 +01:00
pubiqq
6fa5d247f0
fix(res): update Android attrs to API 35 (PR #2318) 2024-10-25 18:08:36 +01:00
pubiqq
688dea0c50
fix(deobf): update TLDs (PR#2320) 2024-10-25 16:44:07 +01:00
Skylot
c0815b12bc
chore(gui): add missing ref text in untranslated messages (#2319)
Some checks failed
Build Artifacts / build (push) Waiting to run
Build Artifacts / build-win-bundle (push) Waiting to run
Build Test / tests (ubuntu-latest) (push) Waiting to run
Build Test / tests (windows-latest) (push) Waiting to run
CodeQL / Analyze (java) (push) Has been cancelled
fix
2024-10-24 20:33:52 +03:00
JustFor
233f8692b2
fix(gui): update Messages_zh_CN.properties (PR #2319)
1. New text is translated simultaneously, two untranslated texts remain (no English text)
2. Adjusted and unified part of the symbol, into the full Angle symbol.
2024-10-24 18:31:14 +01:00
Skylot
e5be41b9cc
fix(gui): use another implementation for font dialog (#2310)
Some checks failed
Build Artifacts / build (push) Has been cancelled
Build Artifacts / build-win-bundle (push) Has been cancelled
Build Test / tests (ubuntu-latest) (push) Has been cancelled
Build Test / tests (windows-latest) (push) Has been cancelled
CodeQL / Analyze (java) (push) Has been cancelled
2024-10-22 21:32:14 +01:00
Skylot
3788e4ef3a
fix(gui): in settings row reduce space between description and value 2024-10-22 18:52:42 +01:00
Skylot
32855f4511
fix(gui): improve plugins preferences group 2024-10-22 18:51:19 +01:00
Skylot
3d5e225274
fix: clear temp root dir instead delete (#2312) 2024-10-22 18:01:52 +01:00
nitram84
8a34d973ff
build: use jadx-gui as a library in plugins (PR #2310)
Some checks are pending
Build Artifacts / build (push) Waiting to run
Build Artifacts / build-win-bundle (push) Waiting to run
Build Test / tests (ubuntu-latest) (push) Waiting to run
Build Test / tests (windows-latest) (push) Waiting to run
CodeQL / Analyze (java) (push) Waiting to run
* fix(gui): fix javadoc issues

* feat(gui): export jadx-gui as a library

* fix(gui): fix javadoc issues

* fix(gui): remove invalid characters for javadoc

* add jadx-library also for jadx-cli and jadx-script-ide modules

---------

Co-authored-by: Skylot <118523+skylot@users.noreply.github.com>
2024-10-22 17:24:57 +01:00
Skylot
a43b3282ef
fix(gui): update check fixed to match current artifact naming
Some checks failed
Build Artifacts / build (push) Has been cancelled
Build Artifacts / build-win-bundle (push) Has been cancelled
Build Test / tests (ubuntu-latest) (push) Has been cancelled
Build Test / tests (windows-latest) (push) Has been cancelled
CodeQL / Analyze (java) (push) Has been cancelled
2024-10-17 21:57:20 +01:00
Skylot
249801880c
feat(api): allow to get method code (#2305) 2024-10-17 19:20:07 +01:00
Skylot
742d30d770
chore: resolve warnings in SmaliArea class
Some checks are pending
Build Artifacts / build (push) Waiting to run
Build Artifacts / build-win-bundle (push) Waiting to run
Build Test / tests (ubuntu-latest) (push) Waiting to run
Build Test / tests (windows-latest) (push) Waiting to run
CodeQL / Analyze (java) (push) Waiting to run
2024-10-16 17:29:36 +01:00
Skylot
267413332a
chore: resolve KtLint deprecation warning 2024-10-16 17:23:09 +01:00
Skylot
f9c94f27f1
chore: update dependencies 2024-10-16 17:01:03 +01:00
Skylot
d2131d9640
build: gradle wrapper validation not needed, check done in setup-java action 2024-10-16 17:00:43 +01:00
Skylot
548821c4df
build: allow to change java toolchain for build and tests 2024-10-16 16:54:28 +01:00
pubiqq
958ab245ae
fix(res): don't rename resource entries when useRawResName = true (PR #2306)
Some checks failed
Build Artifacts / build (push) Has been cancelled
Build Artifacts / build-win-bundle (push) Has been cancelled
Build Test / tests (ubuntu-latest) (push) Has been cancelled
Build Test / tests (windows-latest) (push) Has been cancelled
CodeQL / Analyze (java) (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
2024-10-14 20:32:12 +01:00
Skylot
8f3cc3e8c1
fix: add missing null check in codegen for classes generated by jadx 2024-10-14 19:19:31 +01:00
Skylot
b872ffd1b9
fix: replace patched zip early in input files (#2302)
Some checks failed
Build Artifacts / build (push) Has been cancelled
Build Artifacts / build-win-bundle (push) Has been cancelled
Build Test / tests (ubuntu-latest) (push) Has been cancelled
Build Test / tests (windows-latest) (push) Has been cancelled
CodeQL / Analyze (java) (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
2024-10-12 20:53:09 +01:00
Skylot
c5263f92fe
fix(gui): send select tab event before code jump (#2292) 2024-10-12 21:23:53 +03:00
pubiqq
1475e887c8
fix: update reserved keywords (PR #2301)
Some checks are pending
Build Artifacts / build (push) Waiting to run
Build Artifacts / build-win-bundle (push) Waiting to run
Build Test / tests (ubuntu-latest) (push) Waiting to run
Build Test / tests (windows-latest) (push) Waiting to run
CodeQL / Analyze (java) (push) Waiting to run
Validate Gradle Wrapper / Validation (push) Waiting to run
2024-10-11 20:47:34 +01:00
Skylot
c21cabcba7
fix: use temp dir env var only in apps
Some checks failed
Build Artifacts / build (push) Waiting to run
Build Artifacts / build-win-bundle (push) Waiting to run
Build Test / tests (ubuntu-latest) (push) Waiting to run
Build Test / tests (windows-latest) (push) Waiting to run
Validate Gradle Wrapper / Validation (push) Waiting to run
CodeQL / Analyze (java) (push) Has been cancelled
2024-10-10 22:57:40 +03:00
Skylot
063af8cd62
feat(api): add JadxArgs property to adjust xml security checks (#2291) 2024-10-10 22:57:40 +03:00
Skylot
2d10537050
chore: update dependencies 2024-10-10 22:57:40 +03:00
pubiqq
3814951408
feat: improve better name algorithm (PR #2299)
Some checks are pending
Build Artifacts / build (push) Waiting to run
Build Artifacts / build-win-bundle (push) Waiting to run
Build Test / tests (ubuntu-latest) (push) Waiting to run
Build Test / tests (windows-latest) (push) Waiting to run
CodeQL / Analyze (java) (push) Waiting to run
Validate Gradle Wrapper / Validation (push) Waiting to run
2024-10-10 20:01:57 +01:00
qfalconer
964bd62d35
feat: adding automatic patching for semi-corrupted APKs (PR #2298)
* feat: patching semi-corrupted APKs

* fix: using secure temp file creation

* fix: using TWR when handling the files
2024-10-10 17:53:26 +01:00
xiaojye
3ed2df828f
feat(gui): add button to go to Android Manifest (PR #2296)
* feat: Add button to go to Android Manifest

* fix: Change the text from 'Go to Manifest' to 'Go to AndroidManifest.xml' and replace icon source
2024-10-10 17:11:08 +01:00
Skylot
b26abdc851
feat(plugins): get config and cache dirs for plugins
Some checks failed
Build Artifacts / build (push) Has been cancelled
Build Artifacts / build-win-bundle (push) Has been cancelled
Build Test / tests (ubuntu-latest) (push) Has been cancelled
Build Test / tests (windows-latest) (push) Has been cancelled
CodeQL / Analyze (java) (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
2024-09-29 21:55:05 +01:00
Skylot
90185fd947
feat(plugins): get a main window reference as JFrame 2024-09-29 21:54:24 +01:00
Skylot
681f8a98b5
fix: improve checks for restore new filled array (#2289) 2024-09-28 16:52:08 +01:00
Skylot
0b225238fb
feat: support restore of switch over string (basic case)(#2288) 2024-09-27 21:11:38 +01:00
Skylot
a7649dda7a
chore: update gradle and dependencies 2024-09-27 21:08:38 +01:00
pubiqq
b5e3dcf70f
feat: add the option to always use source file name as class name alias (PR #2287) 2024-09-23 22:47:08 +01:00
Skylot
7abbc81886
fix: improve switch out block search if all method exits are inside (#2264)
Some checks failed
Build Artifacts / build (push) Failing after 1s
Build Test / tests (ubuntu-latest) (push) Failing after 1s
CodeQL / Analyze (java) (push) Failing after 1s
Validate Gradle Wrapper / Validation (push) Failing after 1s
Build Artifacts / build-win-bundle (push) Has been cancelled
Build Test / tests (windows-latest) (push) Has been cancelled
2024-09-22 21:35:40 +01:00