Editing PS3 Payload Development
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 90: | Line 90: | ||
<pre>// Add system calls. Use only in exploit_main because of registers used... | <pre>// Add system calls. Use only in exploit_main because of registers used... | ||
define ADD_SYSCALL(source, ptr, num) \ | |||
LOAD_LABEL2 (%r3, source, ptr); \ | LOAD_LABEL2 (%r3, source, ptr); \ |