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

Replace __DATA_CONST with SEG_DATA_CONST #72

Closed LucasXu0 closed 4 years ago

LucasXu0 commented 4 years ago

I think it's not good to hard-code string __DATA_CONST.

It might be better to use an existing macro definition SEG_DATA_CONST.

swolchok commented 4 years ago

Thanks!