Commit Graph

363 Commits

Author SHA1 Message Date
Nico Mexis 9055ea6cfa
Properly handle local dependencies 2021-06-22 21:08:44 +02:00
Nico Mexis 913b49c593
Fix build with JDK 9+ 2021-06-22 20:59:54 +02:00
Konloch 5581a343f5 Code Cleanup 2021-06-22 11:05:25 -07:00
Kalen (Konloch) Kinloch b0f3e5832a
Merge pull request #300 from ThexXTURBOXx/master
Update APKTool
2021-06-22 10:29:57 -07:00
Nico Mexis cda24dd24a
Force Dex2Jar Exception Handler off 2021-06-22 18:39:56 +02:00
Nico Mexis f8fa8c5da7
Update APKTool 2021-06-22 17:48:06 +02:00
Konloch d28e9c1407 Merge branch 'master' of https://github.com/Konloch/bytecode-viewer 2021-06-22 07:25:34 -07:00
Kalen (Konloch) Kinloch a00b429b8f
Merge pull request #299 from ThexXTURBOXx/master
Some practical things
2021-06-22 07:24:33 -07:00
Nico Mexis c517903761
Fix Krakatau optional libraries
Fixes #298
2021-06-22 15:23:55 +02:00
Nico Mexis 58e8bfb17f
Fix jar shading
Fixes #297
2021-06-22 14:44:48 +02:00
Nico Mexis 85ba5bbb11
Close tab when middle click 2021-06-22 12:52:12 +02:00
Nico Mexis 87fc6c8435
Better Language detection 2021-06-22 12:45:39 +02:00
Nico Mexis 93b60b8490
Remove RSyntaxTextArea from JDGui 2021-06-22 12:43:53 +02:00
Nico Mexis f22affaf83
Update dependencies 2021-06-22 12:10:04 +02:00
Konloch 85197c9739 Code Cleanup 2021-06-21 17:46:57 -07:00
Konloch 47d8222f2e Enable CTRL + Mouse Wheel Zoom 2021-06-21 16:38:20 -07:00
Konloch c940bf5c8d GUI Code Cleanup 2021-06-21 16:37:55 -07:00
Konloch 784eb1921a Update README.md 2021-06-21 15:54:05 -07:00
Konloch dbf7522e1d Cleaning up MainViewerGUI 2021-06-21 15:45:00 -07:00
Konloch 92e11150ee MainViewerGUI Refactoring 2021-06-21 13:19:46 -07:00
Konloch 57a3aaf608 Remove the unnecessary JADX libs 2021-06-21 12:53:52 -07:00
Konloch b4d4de7d15 Remove ASM 7.1 and replace with ASM 9.1
Fixes issue #295
2021-06-21 12:39:46 -07:00
Kalen (Konloch) Kinloch 47a0d1415e
Update README.md 2021-06-21 11:33:53 -07:00
Konloch 8f78328498 Jar Exporting Resolved
Temporarily resolved Jar exporting until maven-shaded can be properly fixed.
2021-06-21 10:59:02 -07:00
Konloch 26e3b23e38 Bandaid fix for Dex2jar
The real fix is resolving the error that Dex2Jar spits out every APK decompilation, but until that happens this bandaid should work
2021-06-21 10:43:49 -07:00
Konloch 6d615cd142 Allow constants to execute HideFile via System.exec 2021-06-21 10:27:05 -07:00
Konloch 55c2ea22be Merge branch 'master' of https://github.com/Konloch/bytecode-viewer 2021-06-21 10:01:23 -07:00
Konloch 8df8c553fa Fixed JADX Decompiler
Reverted to an older version of the JADX library and added them back to the libs folder, at a later date the non-obfuscation libraries could be added to the pom

The ViewPane also had a few issues which are now resolved
2021-06-21 10:01:19 -07:00
Kalen (Konloch) Kinloch 1c2be97821
Update CREDITS.md 2021-06-21 08:06:07 -07:00
Kalen (Konloch) Kinloch a4f3339f70
Update CREDITS.md 2021-06-21 08:00:58 -07:00
Konloch d787ead0da Cleaned up MainViewerGUI
Refactored a lot of the MainViewerGUI class. The settings clean up has started but it should be replaced entirely with some kind of serialization like GSON
2021-06-21 07:55:18 -07:00
Konloch 4fd4ec5585 MainViewerGUI Cleanup
Removed all of the unnecessary JSeparator variables used for GUI creation
2021-06-21 04:42:12 -07:00
Konloch 1fc480ac2f Small cleanups 2021-06-21 04:32:07 -07:00
Konloch 00a1bb539f Added a Configuration class
Moved the rest of the config-like variables from the main BytecodeViewer class to a new Configuration class
2021-06-21 04:13:11 -07:00
Konloch cb1c27f46c Cleaning up the main BytecodeViewer class file 2021-06-21 03:10:54 -07:00
Konloch 21f8bf8382 Cleaned up the settings file
Whole thing needs to be moved to GSON
2021-06-21 03:04:24 -07:00
Konloch 7b4d66bb69 Fixed The Build Config
Removed the local repo and switched the group ID around
2021-06-21 02:58:03 -07:00
Konloch 75d36702da Disabled the ZKM and Allatori Plugins
Until they are added they should be disabled
2021-06-21 02:52:14 -07:00
Konloch 449bc3e502 Merge branch 'master' of https://github.com/Konloch/bytecode-viewer 2021-06-21 02:45:44 -07:00
Konloch 01b7a67cb2 Constants Class Added & General Cleanups
Cleaned up the main BytecodeViewer class some and moved a few of the constants into their own class
2021-06-21 02:45:31 -07:00
Kalen (Konloch) Kinloch 1d89455e34
Updated the build instructions 2021-06-21 00:25:35 -07:00
Konloch fc421bcca2 No longer needed since we use the binary from libs 2021-06-20 23:54:06 -07:00
Konloch 4d4909f23e Re-added Enjarify and Krakatau & license cleanup
Re-added Enjarify and Krakatau for older BCV versions and updated the licenses folder
2021-06-20 23:48:11 -07:00
Kalen (Konloch) Kinloch c4d58fcc36
Merge pull request #290 from ThexXTURBOXx/master
[Draft] Migrate to Maven and fix Code Style
2021-06-20 22:50:59 -07:00
Konloch 846ef882cf Localized the libraries to the lib folder + Small temporary changes for compiling
Until these libraries have official repos it's best we keep them inside of this repo

I also did some temporary changes, I bumped the minor version up by 10 along with removing a deprecated swing class. I'll look at properly fixing those two issues later on.
2021-06-20 22:50:28 -07:00
Nico Mexis 81d9dafa9b
Merge pull request #1 from heisluft/cleanup-src-files
Remove unneeded ASM src-files
2021-04-18 22:14:43 +02:00
heisluft 775a73f48a
Remove unneeded ASM src-files 2021-04-16 18:30:51 +02:00
Nico Mexis f2f2df5a1f
Ignore shaded pom 2021-04-14 20:57:32 +02:00
Nico Mexis d87f0a97e1
Add contribution guide to README 2021-04-14 13:00:30 +02:00
Nico Mexis d53f6f2d36
Fully mavenified 2021-04-14 12:53:17 +02:00