Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Class-File-Searcher - Dump Classfiles & Strings from arbitrary data
#1
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]
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website