English| 中文
A frida interface tool for organizing scripts。Referenced from ZenTracer project
support:win、mac、linux
add switch language
add switch frida16,add anti frida
repair searchMemory module
add searchMemory modul。refer from 基于frida的android游戏内存扫描器_初稿 add memory breakpoint。refer from fridaMemoryAccessTrace
- Capture tool r0capture
- jnitrace
- java encrypt
- ssl pining(refer from DroidSSLUnpinning)
- java function trace(refer from ZenTracer)
- native function hook
- stalker(refer from sktrace)
- frida_hook_libart
- unpack(refer from frida_dump、FRIDA-DEXDump、fart)
- custom js
- patch code
- fart unpack
- DUMPDex unpack
- dump addr
- dump so
- wallBreak
1、To run under mac, you need to enter the command to enter the root directory to run
cd fridaUiTools
./kmainForm_15
2、The packaged application in release, the suffixes _14
, _15
, _16
respectively indicate the different versions of frida used when packaging
is a log of all output from software operations。
All logs returned by js are outputting logs. And save it in the logs directory
The list of currently selected hook scripts is displayed. It can be saved for later loading and use directly.
There are many places in the software that use cached data. Cache data is the list of modules and classes saved after attaching a process. This facilitates intelligent retrieval. Therefore, when using it for the first time, attach the target process first, and then the cached data will be available for use.
If fart is used for the first time, you need to click upload so of fart in the upload and download menu bar.
When a new device is used for the first time, it needs to upload frida-server first. Then select the corresponding frida-server to start. Then you can choose the function to hook.