devxoul / Stubber

A minimal method stub for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are there related documents about function address offset?

Dcell opened this issue · comments

commented

let offset = MemoryLayout<Int>.size == 8 ? 16 : 12

I did refer https://github.com/rodionovd/SWRoute/wiki/Function-hooking-in-Swift . But the memory address keeps changing in Xcode 12 everytime I access to the function :(