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 105: | Line 105: | ||
// makes it easy since PPC is big endian. | // makes it easy since PPC is big endian. | ||
1. define QUAD_MEM2(address) \ | |||
.long 0x80000000; \ | .long 0x80000000; \ | ||
Line 111: | Line 111: | ||
<pre>/* Patch Table Macros */ | <pre>/* Patch Table Macros */ | ||
1. define PATCH_INST(offset, instruction...) \ | |||
.long offset; \ | .long offset; \ |