jmpews(AKA.zz)
jmpews(AKA.zz)
Hi, Sorry to reply you so late. I'm working on the MachOStaticPather(static hook) with HookZz and the code snippet is below. ``` void InsertHookZzSegment(MachO::Binary *binary) { std::vector dummy_content(0x4000, 0); MachO::SegmentCommand...
the latest version. no, have not run yet, just use IDA analyze it. and the symbol address is not right. maybe you can try it.
ok, I will try to fix it recently. 😅
ok, i will try it tomorrow.
这个只对 data 有效, 如果改的是 code, 需要重新改回原来的内存属性, 否则会 `exec bad address(code = 2)`
你可以重新看下, 我添加了 darwin/linux 下的 get_memory_layout. (PS: darwin 下可以获取页的属性
So if real device, also crashed?
sorry, ignore the ` piertotum_internal.h`. emmm, other private project named piertotum. build failed?
Build for platform? arch?
1. is the function signature special? ex: x8 used for struct param? 2. which interface using? DobbyHook or DobbyInstrument? iOSPrincekin ***@***.***> 于2022年8月2日周二 19:38写道: > env:iOS13.3.1 arm64 iphone6s Xcode13.3.1 > Hi:...