Class File Searcher v1.0.0
This is the initial release of the CFS command-line tool. Please report any issues you encounter or features you’d like to see added.
Links
- Download *…
Published 07/20/2024
Command-line tool for dumping Class-files & Strings from arbitrary data
cfs count input.bin - Searches for classes inside the file input.bincfs count input-p1.bin input-p2.bin - Searches for classes inside the two files input-p1.bin & input-p2.bincfs count *.bin - Searches for classes in all files in the current path that end in .bin (non-recursive)cfs count dir/ - Searches for classes in the specified foldercfs classes input.bin - Searches for strings from classes inside the file input.bincfs classes input-p1.bin input-p2.bin - Searches for strings from classes inside the two files input-p1.bin & input-p2.bincfs classes *.bin - Searches for strings from classes in all files in the current path that end in .bin (non-recursive)cfs classes dir/ - Searches for strings from classes in the specified foldercfs classes input.bin - Searches for classes inside the file input.bincfs classes input-p1.bin input-p2.bin - Searches for classes inside the two files input-p1.bin & input-p2.bincfs classes *.bin - Searches for classes in all files in the current path that end in .bin (non-recursive)cfs classes dir/ - Searches for classes in the specified folderCAFEBABE and store the data between each file, assuming the files are stored back to back.CAFEBABECAFEBABE represents another class once reached.This is the initial release of the CFS command-line tool. Please report any issues you encounter or features you’d like to see added.