You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gum-graft function at offset in a framework binary: gum-graft Payload/App.app/Frameworks/AppFramework.framework/AppFramework --instrument=0x<address>
The app crashes during startup. xcrun dyld_info Payload/App.app/Frameworks/AppFramework.framework/AppFramework outputs the error message dyld_info: 'AppFramework' chained fixups, seg_count does not match number of segments
Used frida version 16.7.0
Unfortunately I am not sure if I am allowed to upload the binary here, if I find some time I will try to reproduce the error in a sample app.
Meanwhile the following workaround was successful:
Steps to reproduce:
gum-graft Payload/App.app/Frameworks/AppFramework.framework/AppFramework --instrument=0x<address>
xcrun dyld_info Payload/App.app/Frameworks/AppFramework.framework/AppFramework
outputs the error messagedyld_info: 'AppFramework' chained fixups, seg_count does not match number of segments
Used frida version
16.7.0
Unfortunately I am not sure if I am allowed to upload the binary here, if I find some time I will try to reproduce the error in a sample app.
Meanwhile the following workaround was successful:
__FRIDA
from the grafted to the ungrafted binary (In the same order)__TEXT, __text
section from the grafted to the ungrafted binaryThe text was updated successfully, but these errors were encountered: