Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

andy0andy/ios_a0trace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ios_a0trace

ios frida 追踪堆栈脚本

简版 objection

使用

  1. 直接填入需要hook的类,函数。支持模糊hook

hook("+[Tools md5Encrypt:]");

  1. 然后frida执行脚本

frida -U -F [包名] -l a0trace.js

对比图

使用对比的项目地址:https://github.com/andy0andy/ios_crackme

与objection,frida-trace的hook操作比较

p9LKPts.png

记录异常

  • Interceptor.attach args为CGRect时,app直接崩溃
  • Interceptor.attach args为int时,app直接崩溃

About

ios frida 追踪堆栈脚本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published