Posted: Fri Dec 19, 2008 6:03 am Post subject: [C++]0x0000<-?
yo.
Quote:
*(WORD*)0x00001337 = 0x9090; //9090 mean 2 byte nop so just nop. but i only know that nop... where i can learn how to convert ex. db 0F 84 this to 0x****
TehHax = 1;
what you're seeing at CE calls auto assembly
CE familiar with that syntax cuz it was built for it
asm language doesn't know what db 90 90 means
db in asm means define byte (a byte size variable)
db 90 90 means in auto asm define byte at the specific address (in that case nop nop)
in C++ we'll say
the hex bytes you're talking about at the top are already hex
you should read them from the end to start and put them inside the address
jut like symbol said - db 12 34 = 3412
Mutilated lips give a kiss on the wrist of the worm-like tips of tentacles expanding in my mind
I'm fine accepting only fresh brine you can get another drop of this yeah you wish
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum