Skip to content

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
11/4/2014 - Officially been 1 month of development.
11/4/2014 - Replaced ""+ with String.valueOf (cheers bibl).
11/4/2014 - Changed how the temp directory was created.
11/4/2014 - Put a file.seperator  to the end of tempDirectory.
11/4/2014 - Made the exit button work.
11/4/2014 - Added a GUI for all Exception Stack Trace's.
11/4/2014 - The plugin system now shows a message instead of just
printing to the console when it's not going to run a plugin.
11/4/2014 - Updated the search function, it's now perfect.
11/5/2014 - Made the Show All Strings plugin instant.
11/5/2014 - Kinda added middle mouse button closes tab (only if you
click the exit button).
11/5/2014 - Improved the Malicious Code Scanner, also made it instant.
11/5/2014 - Added icons to the program (cheers Fluke).
  • Loading branch information
Konloch committed Nov 6, 2014
1 parent 05ecf04 commit 132d8e6
Show file tree
Hide file tree
Showing 35 changed files with 454 additions and 230 deletions.
Binary file added BytecodeViewer 2.0.jar
Binary file not shown.
19 changes: 17 additions & 2 deletions README.txt
2 changes: 1 addition & 1 deletion VERSION
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added libs/imgscalr-lib-4.2.jar
Binary file not shown.
252 changes: 148 additions & 104 deletions src/the/bytecode/club/bytecodeviewer/BytecodeViewer.java
6 changes: 3 additions & 3 deletions src/the/bytecode/club/bytecodeviewer/FileDrop.java
4 changes: 2 additions & 2 deletions src/the/bytecode/club/bytecodeviewer/JarUtils.java
1 change: 1 addition & 0 deletions src/the/bytecode/club/bytecodeviewer/gui/AboutWindow.java
140 changes: 118 additions & 22 deletions src/the/bytecode/club/bytecodeviewer/gui/ClassViewer.java
60 changes: 32 additions & 28 deletions src/the/bytecode/club/bytecodeviewer/gui/MainViewerGUI.java
40 changes: 40 additions & 0 deletions src/the/bytecode/club/bytecodeviewer/gui/StackTraceUI.java
55 changes: 16 additions & 39 deletions src/the/bytecode/club/bytecodeviewer/gui/TabbedPane.java
6 changes: 4 additions & 2 deletions src/the/bytecode/club/bytecodeviewer/plugins/Plugin.java
11 changes: 8 additions & 3 deletions src/the/bytecode/club/bytecodeviewer/plugins/ShowAllStrings.java

0 comments on commit 132d8e6

Please sign in to comment.