facebook / fishhook

A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS.
BSD 3-Clause "New" or "Revised" License
5.17k stars 965 forks source link

iOS14 on arm64e architecture symbol is listed with segment __AUTH_CONST #81

Open beingpraveen opened 3 years ago

beingpraveen commented 3 years ago

Issue: https://github.com/facebook/fishhook/issues/80

shino-996 commented 3 years ago

Should we set __AUTH_CONST writable, like __DATA_CONST?

PandaraWen commented 3 years ago

Fixed my problem!