Tagged Questions
2
votes
4answers
352 views
mprotect API on tiger!
I'm trying to use mprotect API on MacOSX 10.4 (tiger), I tried every possible way i know , it always returns -1, with errno 13, which means "permission denied" while I'm trying to add the write ...