Commit Graph

1433 Commits

Author SHA1 Message Date
Konloch
edadceba64
Merge pull request #521 from Bl3nd/go-to-enhancement
Some checks failed
Build BCV / build (11) (push) Has been cancelled
Build BCV / build (17) (push) Has been cancelled
Build BCV / build (21) (push) Has been cancelled
Build BCV / build (8) (push) Has been cancelled
A small update to parsing
2024-10-07 17:09:51 -07:00
Cody
9860c9d63c
Merge branch 'Konloch:master' into go-to-enhancement 2024-10-07 17:28:30 -06:00
Cody
f560fa5b26 Update a few try-catch's to catch all exceptions. 2024-10-07 17:27:35 -06:00
Cody
d485b9b34b Remove error strip markers if you click on an empty line. 2024-10-07 17:25:12 -06:00
Konloch
3f1fd5a3f3 Merge branch 'master' of https://github.com/Konloch/bytecode-viewer 2024-10-06 23:20:38 -06:00
Konloch
879b5e64b5 Fix NPE 2024-10-06 23:20:05 -06:00
Konloch
14c7ed2e57
Merge pull request #517 from Bl3nd/go-to-enhancement
[Parser] Add examples of what each visitor visits among other things
2024-10-05 17:15:36 -07:00
Cody
29d29e14ac Add ability to open class files even when they don't have a package 2024-10-05 17:48:36 -06:00
Konloch
471ae44864 saveAsJar Should Throw Exceptions 2024-10-05 00:21:07 -06:00
Konloch
cf92749337 Syntax Cleanup 2024-10-05 00:11:44 -06:00
Konloch
5cf85f78d4 Better Deprecated Settings Writing 2024-10-05 00:11:30 -06:00
Konloch
998183a282 Remove Old Disk Lib Classfiles 2024-10-05 00:09:50 -06:00
Konloch
1494eca99e Replaced Old Disk-Lib Library 2024-10-05 00:09:19 -06:00
Konloch
17d97368f3 Added Disk-Lib 2024-10-03 22:51:21 -06:00
Cody
336d60ba06 Add the possibility that a class does not have a package. 2024-10-03 22:15:38 -06:00
Cody
340bec4fe8 Attempt at making the code more understandable and a few other things.
- Added examples on what visitor visits
- Moved away from the line, columnStart and columnEnd variables for each visitor, instead we use the Value class.
- Added a few more values we parse.
2024-10-02 21:24:15 -06:00
Cody
82789aa38e Make methods look for the same method that has the same signature rather than owner. 2024-10-02 21:18:37 -06:00
Cody
a9cbd661ca Update JavaParser version 2024-10-02 21:16:58 -06:00
Cody
ec47a2d6ed Switch from using StaticJavaParser to JavaParser so we can handle if the parse was successful. 2024-10-02 21:16:16 -06:00
Konloch
1f13c21dc0 External Plugin Cleanup / Fixes 2024-10-02 21:12:58 -06:00
Konloch
59f45e58b9 Show Generated Xposed Class In GUI
Also fixed some runtime bugs.
2024-10-02 21:06:54 -06:00
Konloch
b36c67f6eb CLI Clean Banner 2024-10-02 19:41:37 -06:00
Konloch
5398cdaea0 Cleanup 2024-10-02 19:26:27 -06:00
Konloch
2611145662 Krakatau Disassembler Simulated Errors 2024-10-02 19:26:08 -06:00
Konloch
f7496036d2 JD-GUi Decompiler Update 2024-10-02 19:25:22 -06:00
Konloch
136346d238 Krakatau Decompiler Update
New Temp File API. New External Process API. General cleanup.
2024-10-02 19:17:20 -06:00
Konloch
1ac293c7b8 Procyon Decompiler Update 2024-10-02 19:16:14 -06:00
Konloch
edd09c0409 JavaP Added Simulated Errors 2024-10-02 19:12:50 -06:00
Konloch
e029c73ca4 JavaP Disassembler Update 2024-10-02 18:50:46 -06:00
Konloch
a094e52add JADX Decompiler Update 2024-10-02 18:49:44 -06:00
Konloch
b1004792b6 Added Blank Decompiler Base
Used for developers to copy-paste as a base when adding support to a new decompiler or disassembler
2024-10-02 18:46:50 -06:00
Konloch
a625c398b2 Start of Decompilers Automatically Reformatting Syntax 2024-10-02 18:45:40 -06:00
Konloch
5bac732ea9 Temp File API Update
Refactoring & implemented automatic decompiler cleanup flag
2024-10-02 18:42:21 -06:00
Konloch
ed59212c6f Added Decompiles Cleanup Flag 2024-10-02 18:40:38 -06:00
Konloch
a9dc390a17 FernFlower Zip Decompiler Fallback 2024-10-02 18:21:31 -06:00
Konloch
39491c3c4a FernFlower Decompiler Update
External Process Launch Proof of Concept. Decompile to zip fallback added.
2024-10-02 18:19:21 -06:00
Konloch
f89ba2e6ea Started POC for External Decompiler Processes 2024-10-02 18:13:37 -06:00
Konloch
1d5d0bc0fa CFR Decompiler Updates
Error Log Update / Syntax
2024-10-02 17:52:30 -06:00
Konloch
45bf02e81e Bytecode Disassembler Updates
Better Failing. Decompile to zip fallback added.
2024-10-02 17:51:16 -06:00
Konloch
aff69c295e Merged The Two ASMifier Disassemblers 2024-10-02 17:42:38 -06:00
Konloch
995c0ffede Better Decompiler API Usage 2024-10-02 17:41:14 -06:00
Konloch
0db6dcbd27 Decompiler Name Adjustments 2024-10-02 17:01:37 -06:00
Konloch
7f5360c28d Comments 2024-10-02 16:57:39 -06:00
Konloch
dc6e1573b1 Decompiler Name Adjustments 2024-10-02 16:57:27 -06:00
Konloch
f94c03d178 ASM Disassembler
Better Failing. Decompile to zip fallback added.
2024-10-02 16:50:49 -06:00
Konloch
9391352953 ASMifier Cleanup
Better Failing. Decompile to zip fallback added.
2024-10-02 16:43:02 -06:00
Konloch
ceeae5843e DEV_FLAG Warning 2024-10-02 16:40:46 -06:00
Konloch
b9ff7d128a Abstract Decompiler API Update 2024-10-02 16:30:41 -06:00
Konloch
d39885407c Smali Disassembler Error Formatting 2024-10-02 16:12:58 -06:00
Konloch
ce2d2cd96c Abstract Decompiler API Update 2024-10-02 16:12:32 -06:00