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
+ 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