Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Android Security
  3. Dexmod

Dexmod

Apache-2.0Python

A Python tool for patching Dalvik bytecode in DEX files to assist in static analysis of Android applications.

GitHubGitHub
64 stars11 forks0 contributors

Overview

dexmod is a Python-based tool designed to patch Dalvik bytecode within DEX (Dalvik Executable) files, aiding in the static analysis of Android applications. It helps security researchers overcome obfuscation schemes commonly found in malicious apps by allowing direct bytecode manipulation, which can be more consistent than analyzing obfuscated source code.

Key Features

  • Bytecode Pattern Matching — Find methods in Android applications based on specific bytecode patterns.
  • String Addition — Add new strings to the application's DEX file for analysis or modification purposes.
  • Custom Bytecode Patching — Patch methods with user-defined bytecode to alter application behavior or remove obfuscation.

Philosophy

dexmod emphasizes practical bytecode-level analysis and patching as a method to bypass obfuscation, leveraging the consistency of obfuscation logic in bytecode despite source-level randomization.

Quick Stats

Stars64
Forks11
Contributors0
Open Issues0
Last commit2 years ago
CreatedSince 2024

Tags

#dex#python-tool#dalvik-bytecode#obfuscation#android#malware-analysis#security-research#static-analysis#reverse-engineering

Built With

P
Python

Included in

Android Security9.3k
Auto-fetched 18 hours ago

Related Projects

jadxjadx

Dex to Java decompiler

Stars49,748
Forks5,659
Last commit10 days ago
radare2radare2

UNIX-like reverse engineering framework and command-line toolset

Stars24,428
Forks3,278
Last commit1 day ago
Bytecode ViewerBytecode Viewer

A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)

Stars15,571
Forks1,267
Last commit7 days ago
JD-GUIJD-GUI

A standalone Java Decompiler GUI

Stars15,160
Forks2,473
Last commit2 years ago
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub