All Projects → enovella → Fridroid Unpacker

enovella / Fridroid Unpacker

Defeat Java packers via Frida instrumentation

Programming Languages

javascript
184084 projects - #8 most used programming language

fridroid-unpacker

Defeat Java packers via Frida instrumentation

Description

Use the method OpenMemory or OpenCommon (after Android N) in libart.so/libdexfile.so to get the address of the dex in memory, calculate the size of the dex file, and dump the dex from memory.

Usage

$ frida -U -f com.package.target -l dexDump.js --no-pause

References

Supported OS: Android 4.4 - Android 11

Tested Packers

  • Jiagu
  • DexProtector
  • DexGuard
  • Yidun
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].