Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
themida-unmutate — Themida, WinLicense 및 Code Virtualizer 3.x의 변이 기반 난독화를 위한 정적 디난독화 도구. | Kitploit
도구/GitHubGitHub/ergrelet/themida-unmutate
Static AnalysisReverse EngineeringShellcodeMalware AnalysisBinary AnalysisBinary Exploitation
GitHubergrelet/themida-unmutate

themida-unmutate

Themida, WinLicense 및 Code Virtualizer 3.x의 변이 기반 난독화를 위한 정적 디난독화 도구.

저장소 보기
3803312년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

themida-unmutate

GitHub release Minimum Python version CI status

Themida, WinLicense 및 Code Virtualizer 3.x의 변형 기반 난독화로 보호된 함수를 정적으로 난독화 해제하는 Python 3 도구입니다.
이 도구는 Themida 3.1.9 버전까지 테스트되었습니다. WinLicense 및 Code Virtualizer에서도 작동할 것으로 예상됩니다.

Binary Ninja 플러그인도 여기에서 사용할 수 있습니다.

기능

  • 트램펄린 대상 주소 자동 해석
  • 변형된 함수를 정적으로 난독화 해제
  • 완전히 작동하는 바이너리 재구축

알려진 제한 사항

  • ARM64 바이너리를 지원하지 않습니다

다운로드 방법

다음과 같이 pip로 프로젝트를 설치할 수 있습니다:

root@kitploit:~
pip install themida-unmutate

Windows용 독립형 PyInstaller 빌드는 "Releases"에서 제공됩니다.

사용 방법

CLI는 다음과 같습니다:

root@kitploit:~
$ themida-unmutate --help
usage: themida-unmutate [-h] -a ADDRESSES [ADDRESSES ...] -o OUTPUT [--no-trampoline] [--reassemble-in-place] [-v] protected_binary

Automatic deobfuscation tool for Themida's mutation-based protection

positional arguments:
  protected_binary      Protected binary path

options:
  -h, --help            show this help message and exit
  -a ADDRESSES [ADDRESSES ...], --addresses ADDRESSES [ADDRESSES ...]
                        Addresses of the functions to deobfuscate
  -o OUTPUT, --output OUTPUT
                        Output binary path
  --no-trampoline       Disable function unwrapping
  --reassemble-in-place
                        Rewrite simplified code over the mutated code rather than in a new code section
  -v, --verbose         Enable verbose logging
도구 다운로드