Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 660 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 660 Bytes

frida_ios_android_script

iOS

1. How to use it ?

nantian@Mac-Studio frida-script-ios % cat hooker #!/bin/bash echo "hooking $1" > log date | tee -ai log #frida $HOOKER_DRIVER -l $1 com.blockchainvault | tee -ai log% #frida-ps -Uai frida-trace -U -f "$1" "$2"

2. How to get all apps?

android

hooker是一个基于frida实现的逆向工具包。为逆向开发人员提供统一化的脚本包管理方式、通杀脚本、自动化生成hook脚本、内存漫游探测activity和service、frida版JustTrustMe。