Commit graph

349 commits

Author SHA1 Message Date
Scorpius
61e6619869 Update ASM library to v9.1 and support JDK > 13 2021-03-15 17:07:09 +02:00
Kalen (Konloch) Kinloch
a306db20ab
Update JavaObfuscator.java
Resolving https://github.com/Konloch/bytecode-viewer/issues/281
2020-07-25 18:45:10 -07:00
Kalen (Konloch) Kinloch
4dd9d6df27
Merge pull request #279 from Ruin0x11/add-fernflower-ren-option
Add -ren option to Fernflower decompiler
2020-07-17 16:37:34 -07:00
Ruin0x11
1f0f5fc65c Add -ren option to Fernflower decompiler 2020-07-17 13:25:37 -07:00
tiziw
9f142781b0 Rewrite regex search so that it pattern checks each instruction without building a string of the whole method first. Regex duration on mobile cpu (i5-7200U) goes down from 2635ms to 430ms for one specific test case. 2020-02-12 11:35:01 +01:00
Kalen (Konloch) Kinloch
2f65241269
Merge pull request #262 from CertainLach/master
Fix class recompilation on linux
2019-11-22 12:06:49 -07:00
Лач
cfa50b476d
Fix class recompilation on linux
Use path.separator to determine correct char
2019-11-22 22:55:05 +05:00
Kalen (Konloch) Kinloch
7e6e0424aa
Merge pull request #261 from hopana/file_remove_support
1. add feature: context menu (remove|expand|collapse) support  2.fixbug: Issue 260
2019-11-21 16:48:29 -07:00
hupan
43e775653f add feature: context menu (remove|expand|collapse) support
fixbug:files are hidden when select and click "-" button
2019-11-21 15:10:31 +08:00
Kalen (Konloch) Kinloch
613eb7fcad
Merge pull request #259 from hopana/utf8_character_support
add feature: Chinese characters support!
2019-11-19 22:13:13 -07:00
hupan
4b87e194b6 add feature: UTF-8 characters support! 2019-11-20 11:27:55 +08:00
Kalen (Konloch) Kinloch
54539bc6fa
Merge pull request #249 from thiakil/add-asm-textify
Add asm textify
2019-08-10 22:48:20 -06:00
Thiakil
ea18485871 add missing save of panel decompiler if Jadx selected 2019-08-11 11:30:49 +08:00
Thiakil
c819ad498d fix incorrect Jadx panel loading 2019-08-11 11:26:54 +08:00
Thiakil
86d8018b51 Add ObjectWeb ASM Textifier 'decompiler' 2019-08-11 11:25:37 +08:00
Thiakil
f3a5fee946 ignore default IDEA output dir 2019-08-11 11:18:48 +08:00
Konloch
3c459fa860 v2.9.22 2019-06-14 07:28:42 -06:00
Konloch
5912e9ff4d v2.9.21 2019-06-14 06:25:25 -06:00
Konloch
f76b31d8e7 v2.9.20 2019-05-31 19:04:07 -06:00
Konloch
9f3302f7a9 v2.9.19 changes 2019-05-05 18:22:31 -06:00
Konloch
7f227ca7e7 v2.9.18 fixes + JADX decompiler 2019-04-25 15:28:29 -06:00
Konloch
fb4f2a1371 cfr update 2019-04-17 03:45:14 -06:00
Konloch
b3e60ce5bf v2.9.17 2019-04-17 03:22:59 -06:00
Konloch
e1e79d0869 v2.9.16 2019-04-17 01:37:33 -06:00
Konloch
73882082e8 v2.9.16 2019-04-17 00:47:10 -06:00
Konloch
fdb1468c7b v2.9.16 2019-04-17 00:45:15 -06:00
Konloch
e092c3bba8 bug fixes for v2.9.16 2019-04-13 21:45:40 -06:00
Konloch
93f38a27d0 bug fixes for v2.9.16 2019-04-13 19:46:35 -06:00
Konloch
fbb9ee9b97 v2.9.16 changes 2019-04-13 15:43:10 -06:00
Konloch
ad876e79a0 version change 2019-04-13 14:46:51 -06:00
Konloch
668764d9c0 dex2jar fix 2019-04-13 14:44:37 -06:00
Konloch
cbb642d21f apktool 2.3 test 2019-04-13 13:30:03 -06:00
Konloch
04874b3cf4 bug fixes 2019-04-12 22:07:50 -06:00
Konloch
8d07bd5e96 java 10 fixes, auto RT finding, krakatau cache fixes 2019-04-12 21:42:04 -06:00
Konloch
bfd9232ac9 contribution changes 2019-04-12 18:59:17 -06:00
Konloch
a5459acddb contribution changes 2019-04-12 18:58:54 -06:00
Konloch
2d493c10bc updated some libs & disabled the decode resource option 2019-04-12 18:27:39 -06:00
Kalen (Konloch) Kinloch
242466de17
Merge pull request #209 from Abextm/fix-lib-creation
Properly create .Bytecode-Viewer/libs if it doesn't exist
2018-07-13 22:19:07 -06:00
Kalen (Konloch) Kinloch
3dd6951a48
Merge pull request #208 from Abextm/package-class-colision
Include .class in the name when comparing with the file tree
2018-07-13 22:18:56 -06:00
Max Weber
8ea3db519a Include .class in the name when comparing with the file tree
without this class `a.b.c` will not be added if package `a.b` exists
2018-07-13 21:48:40 -06:00
Max Weber
b19cb8f2fb Properly create .Bytecode-Viewer/libs if it doesn't exist 2018-07-13 21:38:59 -06:00
Kalen (Konloch) Kinloch
66aa6e7759
Merge pull request #196 from martoreto/patch-2
Fixed dex2jar with filenames containing dex or apk
2018-03-31 03:51:48 -06:00
martoreto
676a4f4ac7
Fixed dex2jar with filenames containing dex or apk
Existing code did not work with .apk files, which contained "apk" substring in the filename.
2018-03-31 11:50:10 +02:00
Kalen (Konloch) Kinloch
655a80038b
Merge pull request #195 from martoreto/patch-1
Fixed NPE with fat Jar and clean working folder
2018-03-31 03:39:13 -06:00
martoreto
1a648c98b6
Fixed NPE with fat Jar and clean working folder
java.lang.NullPointerException
	at the.bytecode.club.bootloader.Boot.populateLibsDirectory(Boot.java:327)
	at the.bytecode.club.bytecodeviewer.BytecodeViewer$3.run(BytecodeViewer.java:408)

This prevented at least Krakatau from working, because further
initialization in BytecodeViewer$3.run was inhibited.
2018-03-31 11:36:49 +02:00
Konloch
161ebaec54 JRE 9 fix attempt 2018-03-24 15:56:52 -06:00
Kalen (Konloch) Kinloch
4e28a1a21f
Merge pull request #187 from ItzSomebody/master
2.9.8 Build + Some updates of my own.
2018-03-21 22:03:15 -06:00
ItzSomebody
e95897f3be
Merge pull request #1 from BondarenkoArtur/master
Fixed OutOfBoundsException
2018-03-21 20:55:16 -07:00
Artur Bondarenko
f11aae187b Fixed OutOfBoundsException 2018-03-19 17:20:01 +02:00
ItzSomebody
32c856592e Update CHANGELOG 2018-01-31 08:24:46 -08:00