A Python tool for patching Dalvik bytecode in DEX files to assist in static analysis of Android applications.
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.
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.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.