Nico Mexis
86fb69f694
Optimize various stuff
2021-12-20 00:24:17 +01:00
Nico Mexis
35613f01da
Remove deprecations for JDK 17
2021-09-16 13:56:01 +02:00
Nico Mexis
b18bc950e1
Even more applications of the Law of Demeter
2021-08-27 10:49:31 +02:00
Nico Mexis
20920eab5a
Make use of the Law of Demeter
...
I mean, most of the time, we do make use of it... But sometimes, we don't. This fixes this "issue" in some places :)
2021-08-26 23:59:37 +02:00
Konloch
84c1834ada
Plugin API Update
...
With the plugin manager tab changes the plugin console no longer needs the active resource container name. It only needs the plugin name
2021-07-23 15:50:18 -07:00
Konloch
10df99c750
Plugin Fixes
2021-07-23 15:46:19 -07:00
Konloch
0203a13472
Code Cleanup
...
Translation errors are now silenced unless developer mode is enabled
2021-07-21 08:20:38 -07:00
Konloch
a6a6eb5147
More Translations
...
All of the settings should have their English translation keys added now
2021-07-18 14:36:00 -07:00
Konloch
995158a8d2
JTree Rewrite
...
This is a better implementation of the managing the JTree. Instead of destroying and creating the tree each time a resource is imported. It's now preserved and the tree nodes are managed by the resource container
2021-07-16 13:55:03 -07:00
Konloch
eb225eaa79
Terminology Update
...
File Container has been changed to Resource Container
2021-07-13 07:33:32 -07:00
Konloch
52803f410b
Comments/TODOs
2021-07-13 05:34:04 -07:00
Konloch
1eda5e7f78
Updated For Plugin API Changes
...
This will make it easier on the user to inform them which file the class resources are in
2021-07-13 05:10:24 -07:00
Konloch
e9f3163e1b
Added Change ClassFile Versions Plugin
2021-07-13 03:33:49 -07:00
Konloch
106549658f
Resolved JFrameConsole Text Bug
...
This fixes the bug with large Strings causing the swing thread to lock up
2021-07-12 06:18:55 -07:00
Konloch
c2a9c0f51e
Icon Resources API Change
2021-07-11 07:10:42 -07:00
Konloch
21fe12b4a7
Lots
...
Fixes, API Changes, Cleanup, etc.
2021-07-11 05:33:18 -07:00
Konloch
cf42e4bf67
Added View Manifest Plugin
2021-07-11 04:26:03 -07:00
Konloch
5cbe3122e5
Added Plugin View APK Android Permissions
2021-07-11 04:16:54 -07:00
Konloch
d98f3d3e31
Improved Importing
2021-07-10 09:05:08 -07:00
Konloch
a4abb49d6a
Better Console Printing
2021-07-07 16:49:06 -07:00
Konloch
c5b53be4b8
BCV API Change
...
This API change will break compatibility with most pre-existing plugins
2021-07-06 21:36:11 -07:00
Konloch
7eda960981
Dynamic Analysis Cleanup
2021-07-06 21:21:06 -07:00
Konloch
99fde7156e
Active Resource API Changes
2021-07-06 20:05:35 -07:00
Konloch
d6be70dfb2
Better Error Handling
2021-07-06 19:51:10 -07:00
Konloch
deb23d3dd3
Error Prompt Cleanup
2021-07-06 19:46:12 -07:00
Konloch
b99f6bf98a
Busy Status Cleanup
2021-07-06 15:57:42 -07:00
Konloch
b2d37f6adb
Plugin Cleanup
2021-07-06 13:47:34 -07:00
Konloch
5509a659fb
Started Replace Strings Cleanup
2021-07-06 13:38:45 -07:00
Konloch
dd4bec1446
Code Sequence Diagram Cleanup
2021-07-06 13:34:29 -07:00
Konloch
be2896ee3e
EZ Injection Cleanup
2021-07-06 13:23:50 -07:00
Konloch
db0dbdb9dc
Malware Scanner Tidying
2021-06-28 00:41:33 -07:00
Konloch
10d4bcf1f5
Extended The Malicious Code Scanner
...
The new system is designed to make creating a new scan module painless
2021-06-27 22:54:09 -07:00
Konloch
b7deff48da
Re-Added Szperak's Allatori String Decrypter
2021-06-27 21:34:57 -07:00
Konloch
563bc6b79e
Re-Added Szperak's Allatori String Decrypter
2021-06-27 21:31:24 -07:00
Konloch
6ae6e6661b
Re-Added Szperak's Allatori String Decrypter
2021-06-27 21:30:03 -07:00
Konloch
af57e7917f
Re-Added Szperak's Allatori String Decrypter
2021-06-27 21:27:18 -07:00
Konloch
88c21de990
Cleanup
2021-06-27 16:24:14 -07:00
Konloch
a12f1aa503
Plugin Code Cleanup
2021-06-27 14:41:58 -07:00
Konloch
cec2df4685
Code Cleanup
...
+ Refactored a lot of the GUI
+ Fixed a few bugs with the swing components and swing interaction
+ Includes #304
+ Added LAF theme selection
+ Moved the Visual Settings from the Settings menu to the View menu
+ Added a simplified tab names option
2021-06-25 18:13:46 -07:00
Konloch
c940bf5c8d
GUI Code Cleanup
2021-06-21 16:37:55 -07:00
Konloch
92e11150ee
MainViewerGUI Refactoring
2021-06-21 13:19:46 -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
Nico Mexis
f528437b74
Fix Code Style No2
2021-04-13 00:52:13 +02:00
Nico Mexis
7840b5c266
Fix Code Style No1
2021-04-13 00:52:02 +02:00
Nico Mexis
875c278f08
Migrate project to Maven
2021-03-30 22:01:48 +02:00
ItzSomebody
bc17a1686f
Reverting to a build that doesn't bug when saving a new zip -_-
2018-01-31 07:03:53 -08:00
afffsdd
75841417c8
Optimize imports \o/
2015-12-24 17:30:11 -05:00
Konloch
54e96d965b
3.0.0 preview 1
2015-11-18 21:05:19 -07:00
Konloch
5668fa4c05
woooo
2015-11-18 20:30:59 -07:00
Konloch
360b087a6a
Lets give this a go, can't fuck it up too bad.
2015-11-10 21:16:45 -07:00