TannerJin / anti-fishhook

Anti-Fishhook (make fishhook doesn't work)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS 15 中的已经没有 dyld_info,需要改为从 dyld_chained_fixup 中取信息

LucasXu0 opened this issue · comments

😁

commented

Following is a swift implementation of dyld_chained_fixups parse.
https://github.com/p-x9/MachOKit/blob/main/Sources/MachOKit/MachOImage%2BDyldChainedFixups..swift

I have tried to implement anti-fishhook using information from dyld_chained_fixups in the following repository.
https://github.com/p-x9/swift-anti-fishhook