{"id":20581567,"url":"https://github.com/sallie-may/bio-obfuscator-deobfuscator","last_synced_at":"2026-06-06T00:31:29.724Z","repository":{"id":250503918,"uuid":"834645339","full_name":"Sallie-May/Bio-Obfuscator-Deobfuscator","owner":"Sallie-May","description":"How to easily deobfuscate Bio Obfuscation","archived":false,"fork":false,"pushed_at":"2024-08-06T18:42:22.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T12:17:41.447Z","etag":null,"topics":["deobfuscation","deobfuscator","obfuscator","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sallie-May.png","metadata":{"files":{"readme":"readme.MD","changelog":null,"contributing":null,"funding":null,"license":null,"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-27T23:04:41.000Z","updated_at":"2024-08-06T18:42:25.000Z","dependencies_parsed_at":"2024-08-06T22:09:16.657Z","dependency_job_id":null,"html_url":"https://github.com/Sallie-May/Bio-Obfuscator-Deobfuscator","commit_stats":null,"previous_names":["sallie-may/bio-obfuscator-deobfuscator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sallie-May/Bio-Obfuscator-Deobfuscator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sallie-May%2FBio-Obfuscator-Deobfuscator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sallie-May%2FBio-Obfuscator-Deobfuscator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sallie-May%2FBio-Obfuscator-Deobfuscator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sallie-May%2FBio-Obfuscator-Deobfuscator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sallie-May","download_url":"https://codeload.github.com/Sallie-May/Bio-Obfuscator-Deobfuscator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sallie-May%2FBio-Obfuscator-Deobfuscator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33965591,"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-05T02:00:06.157Z","response_time":120,"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":["deobfuscation","deobfuscator","obfuscator","python"],"created_at":"2024-11-16T06:29:23.628Z","updated_at":"2026-06-06T00:31:29.706Z","avatar_url":"https://github.com/Sallie-May.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# https://github.com/biolocated/Bio-Obfuscator Code Decryptor\n\nThis Python script helps decrypt obfuscated Python scripts that use base64 encoding and AES encryption. It identifies the encrypted content, decrypts it, and outputs the disassembled bytecode.\n\n## How to Use\n\n1. **Setup**: Ensure you have the required Python libraries installed:\n   - `pycryptodome`\n   - `zlib`\n\n   You can install `pycryptodome` using pip:\n   ```bash\n   pip install pycryptodome\n   ``` \n\nUsage:\nPlace the obfuscated script in the same directory as main.py. \nRun main.py using Python:\n\n```bash\npython main.py\n```\nWhen prompted, enter the name of the obfuscated file you want to decrypt (e.g., obfuscated_script.py).\n\nOutput:\n- The script will analyze the provided file, decrypt the code, and disassemble the bytecode.\n- The disassembled bytecode will be saved in a file named Deobfuscated.txt in the same directory.\n\nWhat Does This Script Do?\nPattern Matching:\n\n- It searches for specific patterns in the provided file to identify base64-encoded keys and encrypted code sections.\nDecryption:\n\n- The script decodes the base64-encoded key and uses it to decrypt the encrypted code using AES in GCM mode.\nDisassembly:\n\n- The decrypted code is disassembled using the dis module, and the disassembled bytecode is saved to Deobfuscated.txt for further analysis.\n\nNotes : \nThis script is for educational purposes only, use it at your own risk. I am  not responsible for any damage caused by the misuse of this script.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsallie-may%2Fbio-obfuscator-deobfuscator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsallie-may%2Fbio-obfuscator-deobfuscator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsallie-may%2Fbio-obfuscator-deobfuscator/lists"}