peda
peda copied to clipboard
New command : Given the address of a page remove(or grant) executable privileges from(to) it.
When trying to figure out when control returns to a particular page, it might be useful to set the page to non-exec, then continue execution and wait for an access violation when it tries to execute code from that page. In order to be able to do that, we would need to be able to set page permissions(+x and -x) easily. Such a command might help.
Seems like we're trying to bypass an existing authority unaware of what's being done.. Can we just get permission from the family