-
Posts
1 -
Joined
-
Last visited
We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines
Can u help me know how to write memory block in iOS
in Help & Support
Posted
I am new to learning iOS environment
what i m trying to achieve is to write a block of memory using c-objective code
what i did used mprotect to change memory protection then run memcpy to write the address
but after 1-2 seconds of memory editing the app crashes
now i m confused is the app detect is memory modified or the it’s basically iOS system level security to protect memory blocks