Skip to content

enovella/fridroid-unpacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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
  • Tencent Legu
  • Mobile Tencent Protect

About

Defeat Java packers via Frida instrumentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published