dexmod is a tool written in python to exemplify patching Dalvik bytecode in a DEX (Dalvik Executable) file, and assist in the static analysis of Android applications.
Die Hauptfunktionen von google/dexmod sind: Reverse Engineering Tools.
Open-Source-Alternativen zu google/dexmod sind unter anderem: androguard/androguard — Reverse engineering and pentesting for Android applications. angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves… antojoseph/diff-gui — GUI for Frida -Scripts. apklab/apklab — APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a… appknox/afe — Android Framework for Exploitation, is a framework for exploiting android based devices. 0x742/noia — [WIP] Simple mobile applications sandbox file browser tool. Powered with [frida.re](https://www.frida.re).
Reverse engineering and pentesting for Android applications
Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves as a binary decompiler and a lifting platform that translates machine code into a common intermediate representation to enable cross-architecture analysis. The framework integrates a symbolic execution engine and constraint solvers to determine the inputs required to reach specific program states. It also employs untrusted code sandboxing to isolate guest code from the host environment during analysis. Its capabilities cover control flow and data flow analysis, including the
WIP Simple mobile applications sandbox file browser tool. Powered with frida.re.