{"id":19595172,"url":"https://github.com/ergrelet/themida-unmutate","last_synced_at":"2025-04-05T09:05:24.969Z","repository":{"id":246654946,"uuid":"683531581","full_name":"ergrelet/themida-unmutate","owner":"ergrelet","description":"Static deobfuscator for Themida, WinLicense and Code Virtualizer 3.x's mutation-based obfuscation.","archived":false,"fork":false,"pushed_at":"2024-07-29T21:22:36.000Z","size":1157,"stargazers_count":267,"open_issues_count":1,"forks_count":21,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-29T08:05:50.159Z","etag":null,"topics":["code-mutation","code-virtualizer","deobfuscation","miasm","obfuscation","python","symbolic-execution","themida","winlicense"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ergrelet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-08-26T21:43:08.000Z","updated_at":"2025-03-24T04:30:32.000Z","dependencies_parsed_at":"2024-06-29T12:42:31.680Z","dependency_job_id":"559e61f0-30a9-431e-bb48-bc2f342b90db","html_url":"https://github.com/ergrelet/themida-unmutate","commit_stats":null,"previous_names":["ergrelet/themida-unmutate"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ergrelet%2Fthemida-unmutate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ergrelet%2Fthemida-unmutate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ergrelet%2Fthemida-unmutate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ergrelet%2Fthemida-unmutate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ergrelet","download_url":"https://codeload.github.com/ergrelet/themida-unmutate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312077,"owners_count":20918344,"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":["code-mutation","code-virtualizer","deobfuscation","miasm","obfuscation","python","symbolic-execution","themida","winlicense"],"created_at":"2024-11-11T08:46:00.744Z","updated_at":"2025-04-05T09:05:24.934Z","avatar_url":"https://github.com/ergrelet.png","language":"Python","funding_links":[],"categories":["python"],"sub_categories":[],"readme":"# themida-unmutate\n\n[![GitHub release](https://img.shields.io/github/release/ergrelet/themida-unmutate.svg)](https://github.com/ergrelet/themida-unmutate/releases) [![Minimum Python version](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/) ![CI status](https://github.com/ergrelet/themida-unmutate/actions/workflows/lint.yml/badge.svg?branch=main)\n\nA Python 3 tool to statically deobfuscate functions protected by Themida,\nWinLicense and Code Virtualizer 3.x's mutation-based obfuscation.  \nThe tool has been **tested on Themida up to version 3.1.9**. It's expected to\nwork on WinLicense and Code Virtualizer as well.\n\nA Binary Ninja plugin is also available [here](https://github.com/ergrelet/themida-unmutate-bn).\n\n## Features\n\n- Automatically resolve trampolines' destination addresses\n- Statically deobfuscate mutated functions\n- Rebuild fully working binaries\n\n## Known Limitations\n\n- Doesn't support ARM64 binaries\n\n## How to Download\n\nYou can install the project with `pip`:\n\n```\npip install themida-unmutate\n```\n\nA standalone PyInstaller build is available for Windows in \"Releases\".\n\n## How to Use\n\nHere's what the CLI looks like:\n\n```\n$ themida-unmutate --help\nusage: themida-unmutate [-h] -a ADDRESSES [ADDRESSES ...] -o OUTPUT [--no-trampoline] [--reassemble-in-place] [-v] protected_binary\n\nAutomatic deobfuscation tool for Themida's mutation-based protection\n\npositional arguments:\n  protected_binary      Protected binary path\n\noptions:\n  -h, --help            show this help message and exit\n  -a ADDRESSES [ADDRESSES ...], --addresses ADDRESSES [ADDRESSES ...]\n                        Addresses of the functions to deobfuscate\n  -o OUTPUT, --output OUTPUT\n                        Output binary path\n  --no-trampoline       Disable function unwrapping\n  --reassemble-in-place\n                        Rewrite simplified code over the mutated code rather than in a new code section\n  -v, --verbose         Enable verbose logging\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fergrelet%2Fthemida-unmutate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fergrelet%2Fthemida-unmutate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fergrelet%2Fthemida-unmutate/lists"}