{"id":50886415,"url":"https://github.com/konloch/class-file-searcher","last_synced_at":"2026-06-15T17:31:30.885Z","repository":{"id":249431581,"uuid":"831462773","full_name":"Konloch/Class-File-Searcher","owner":"Konloch","description":"Dump Classfiles \u0026 Strings from arbitrary data","archived":false,"fork":false,"pushed_at":"2024-07-20T17:10:00.000Z","size":9871,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-02T00:31:17.807Z","etag":null,"topics":["class-dump","class-file","dump","dumper","java","java-classes","reverse-engineering"],"latest_commit_sha":null,"homepage":"https://konloch.com/Class-File-Searcher","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Konloch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-20T16:11:26.000Z","updated_at":"2025-10-09T15:29:13.000Z","dependencies_parsed_at":"2024-07-20T19:28:49.272Z","dependency_job_id":"c674c513-9cf4-47ec-8fd8-e9a6a8ca9fe6","html_url":"https://github.com/Konloch/Class-File-Searcher","commit_stats":null,"previous_names":["konloch/class-file-searcher"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Konloch/Class-File-Searcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konloch%2FClass-File-Searcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konloch%2FClass-File-Searcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konloch%2FClass-File-Searcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konloch%2FClass-File-Searcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Konloch","download_url":"https://codeload.github.com/Konloch/Class-File-Searcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konloch%2FClass-File-Searcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34374146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["class-dump","class-file","dump","dumper","java","java-classes","reverse-engineering"],"created_at":"2026-06-15T17:31:30.230Z","updated_at":"2026-06-15T17:31:30.880Z","avatar_url":"https://github.com/Konloch.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Class-File-Searcher\nCommand-line tool for dumping Class-files \u0026 Strings from arbitrary data\n\n![Screenshot-1](./.github/screenshot-1.gif)\n\n## How To Install\n+ [Download the latest release for your platform](https://github.com/Konloch/Class-File-Searcher/releases/latest)\n+ Add the binary to your system-path\n  + Or just call the absolute path to it in the command line\n\n## How To Use - Count Class Files (Initial first look)\n+ `cfs count input.bin` - Searches for classes inside the file input.bin\n+ `cfs count input-p1.bin input-p2.bin` - Searches for classes inside the two files input-p1.bin \u0026 input-p2.bin\n+ `cfs count *.bin` - Searches for classes in all files in the current path that end in .bin (non-recursive)\n+ `cfs count dir/` - Searches for classes in the specified folder\n\n## How To Use - Dump Strings From Found Class Files (Peak what's inside)\n+ `cfs classes input.bin` - Searches for strings from classes inside the file input.bin\n+ `cfs classes input-p1.bin input-p2.bin` - Searches for strings from classes inside the two files input-p1.bin \u0026 input-p2.bin\n+ `cfs classes *.bin` - Searches for strings from classes in all files in the current path that end in .bin (non-recursive)\n+ `cfs classes dir/` - Searches for strings from classes in the specified folder\n\n## How To Use - Dump Class Files (Full dive with a decompiler)\n+ `cfs classes input.bin` - Searches for classes inside the file input.bin\n+ `cfs classes input-p1.bin input-p2.bin` - Searches for classes inside the two files input-p1.bin \u0026 input-p2.bin\n+ `cfs classes *.bin` - Searches for classes in all files in the current path that end in .bin (non-recursive)\n+ `cfs classes dir/` - Searches for classes in the specified folder\n\n## How Does It Work?\n+ We search for all instances of 'CAFEBABE' and store the data between each file, assuming the files are stored back to back.\n+ We make the following assumptions:\n  + It's uncompressed data\n  + It's not lying to us when it says 'CAFEBABE'\n  + The files are stored back to back, I.E. each chunk of 'CAFEBABE' represents another class once reached.\n\n## Notes\n+ We're resistant to most obfuscation, but if you find something that breaks CFS feel free to report the issue.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonloch%2Fclass-file-searcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonloch%2Fclass-file-searcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonloch%2Fclass-file-searcher/lists"}