HackerEX Wiki
Free tool designed to make client side hacking easy
Status: Beta
Brought to you by:
awsdert
xxxxxxxx xxxxxxxx
vvvvvvvv vvvvvvvv
etc...
Here v... has it's size determined by the code size.
An example of which is
51000306 00000010
00000000 00000000
64384356 15476821
which would produce
write 6438 to 0x00
write 4356 to 0x02
write 1547 to 0x04
write 6438 to 0x20
write 4356 to 0x22
etc...
since the size is 16bit and the number of values to be written is define as 3 ( where the test parameter normally goes ) and the loop parameter is defined as 6 with the address being incremented by ( 0x10 * 2 )