insert_dylib
insert_dylib copied to clipboard
__LINKEDIT segment is not at the end of the file
When I use insert_dylib to inject a binary file, it tell me a warning: Warning: __LINKEDIT segment is not at the end of the file, so codesign will not work on the patched binary. how can i do to solve it?
You can't use this tool and get codesign to work afterwards if __LINKEDIT segment is not at the end of the file.
I don't think there is an easy fix for this.
same problem here
I have this warning and the binary get killed 9 after ldid -S on iOS 11.3.1