{"id":20780822,"url":"https://github.com/x4e/binfix","last_synced_at":"2025-04-30T20:34:05.181Z","repository":{"id":107931367,"uuid":"254709000","full_name":"x4e/binfix","owner":"x4e","description":"Java Bytecode Deobfuscation","archived":false,"fork":false,"pushed_at":"2020-04-25T11:30:47.000Z","size":89,"stargazers_count":32,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-30T20:34:03.461Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/x4e.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":"2020-04-10T18:38:20.000Z","updated_at":"2025-02-02T09:22:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"27dc7064-d06c-42ca-b217-8b8a425db302","html_url":"https://github.com/x4e/binfix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x4e%2Fbinfix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x4e%2Fbinfix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x4e%2Fbinfix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x4e%2Fbinfix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x4e","download_url":"https://codeload.github.com/x4e/binfix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251777834,"owners_count":21642234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-17T13:39:31.084Z","updated_at":"2025-04-30T20:34:05.168Z","avatar_url":"https://github.com/x4e.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binfix\n\nAn open source java bytecode deobfuscator.\n\nThis is meant to be a successor to the now unmaintained [Java Deobfuscator](https://github.com/java-deobfuscator/deobfuscator) project.\n\n## Usage\nCreate a config called `config.kts` with the following template:\n```kotlin\nimport dev.binclub.binfix.configuration.*\nimport dev.binclub.binfix.processors.name.ClassNameProcessor\n\ndeobfuscate {\n\tinput = \"input.jar\"\n\toutput = \"input-deobf.jar\"\n\t\n\tlibraries {\n\t\t+\"library.jar\"\n\t}\n\t\n\tprocessors {\n\t\t+ClassNameProcessor\n\t}\n}\n\n```\n\nRun using `java -jar binfix.jar config.kts`\n\n## Contributing\nYou can create your own deobfuscating transformer by implementing the `IClassProcessor` interface.\n\nIf you then wish you can create a pull request with the new transformer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx4e%2Fbinfix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx4e%2Fbinfix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx4e%2Fbinfix/lists"}