Hi there everyone. I'm struggling with an issue here. I'm trying to make the whole .text section writable using mprotect() but everything I tried has failed. Any idea how to ...
What if I try to unprotect each function before calling to it? using something like this: int change_page_permissions_of_address(void *addr) { // Move the pointer to the ...
I tried it but seems like some parts of the functions (the few instructions at the end) are not unprotected and I'll get an exception when trying to decrypt the bytes there. a...