Android Framework for Exploitation, is a framework for exploiting android based devices
Die Hauptfunktionen von appknox/afe sind: Reverse Engineering Tools.
Open-Source-Alternativen zu appknox/afe 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… avast/retdec — RetDec is a reverse engineering framework and static binary analysis tool. Its primary purpose is to function as an… 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.