{"id":25442056,"url":"https://github.com/fadouse/antidump","last_synced_at":"2025-06-14T09:05:16.918Z","repository":{"id":246233043,"uuid":"819979312","full_name":"Fadouse/AntiDump","owner":"Fadouse","description":"JNI-AntiDump/Debugging","archived":false,"fork":false,"pushed_at":"2025-02-08T14:01:27.000Z","size":54,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T09:01:54.776Z","etag":null,"topics":["antidebug","antidump","antireverser","java"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fadouse.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,"zenodo":null}},"created_at":"2024-06-25T14:57:32.000Z","updated_at":"2025-03-07T20:15:16.000Z","dependencies_parsed_at":"2024-06-26T18:38:10.377Z","dependency_job_id":"986cedd0-71b5-4219-b38a-f0b656ca7048","html_url":"https://github.com/Fadouse/AntiDump","commit_stats":null,"previous_names":["fadouse/antidump"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fadouse/AntiDump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fadouse%2FAntiDump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fadouse%2FAntiDump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fadouse%2FAntiDump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fadouse%2FAntiDump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fadouse","download_url":"https://codeload.github.com/Fadouse/AntiDump/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fadouse%2FAntiDump/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259790446,"owners_count":22911545,"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":["antidebug","antidump","antireverser","java"],"created_at":"2025-02-17T13:16:41.567Z","updated_at":"2025-06-14T09:05:16.876Z","avatar_url":"https://github.com/Fadouse.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Anti-Debugging Techniques in JNI(Java Native Interface)\n\nThis repository contains a C program in JNI(Java Native Interface) demonstrating various anti-debugging techniques. These techniques are designed to prevent or hinder the debugging of the program, making it more difficult for unauthorized users to analyze or reverse engineer the software.\n\n## Features\n\n- **Virtual Machine Detection**: Checks if the program is running inside a virtual machine by examining the Local Descriptor Table (LDT).\n- **Debugger Presence Check**: Detects if a debugger is currently attached to the process.\n- **Memory Dump Prevention**: Attempts to prevent memory dumps by changing the memory protection of the process.\n- **Remote Debugging Prevention**: Blocks remote debugging by modifying process information.\n- **Thread Injection Prevention**: Prevents thread injection attacks by modifying memory protection.\n- **JDWP Interface Monitoring**: Monitors and disables the Java Debug Wire Protocol (JDWP) to prevent remote attachments.\n\n## Customize\n\nIt's easy to combine this project into your project to protect your project from unauthorized debugging.\n\n## Compilation\n\nTo compile this program, you will need a C compiler that supports Windows API functions, such as MinGW or Microsoft Visual C++. You can compile the program using the following command:\n\n```bash\ng++ -shared -I\"%JAVA_HOME%\\include\" -I\"%JAVA_HOME%\\include\\win32\" antidebug.c -o antidebug.dll\n```\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.\n\n## Recommendation\n\nIt is recommended to use **additional code virtualization/obfuscation** on your Java project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadouse%2Fantidump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffadouse%2Fantidump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadouse%2Fantidump/lists"}