The Bytecode Club
Class-File-Searcher - Dump Classfiles & Strings from arbitrary data - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Software (https://the.bytecode.club/forumdisplay.php?fid=19)
+--- Forum: Java Projects / Libraries (https://the.bytecode.club/forumdisplay.php?fid=136)
+--- Thread: Class-File-Searcher - Dump Classfiles & Strings from arbitrary data (/showthread.php?tid=46065)



Class-File-Searcher - Dump Classfiles & Strings from arbitrary data - Konloch - 07-21-2024

Class-File-Searcher
+ Command-line tool for dumping Class-files & Strings from arbitrary data

Features
+ Search and dump class-files from arbitrary data.
+ Optionally dump the Strings from any found classes.
+ All classes are sorted by package folder to make it easier to manage large class-file dumps.

How Does It Work
+ We search for all instances of 'CAFEBABE' and store the data between each file, assuming the files are stored back to back.
+ We make the following assumptions:
+ It's uncompressed data
+ It's not lying to us when it says 'CAFEBABE'
+ The files are stored back to back, I.E. each chunk of 'CAFEBABE' represents another class once reached.

Click here to view the project source code

Click here to download the latest release

How To Install
+ Download the latest release
+ Install it to your system-path

Media
[Image: screenshot-1.gif]