PDA

View Full Version : ASM and C++



sakeco
02-17-2008, 12:30 PM
How can i do ASm in C++(6)?

Dxt-Cobra
02-17-2008, 05:56 PM
convert your asm code to arry of bytes.You can do that by adding your asm code to a cheat engine then watch the bytes change at those address.

sakeco
03-26-2008, 12:21 PM
Which Cheat engine?

ZeaS
03-26-2008, 01:09 PM
search it in ce or in c++ ..


void espOn()
{
__asm
{
//your code like
mov eax 0xaddy
jna 0xaddy //or anything
}
}

karapidiola
10-08-2008, 11:46 AM
by using inline asssembly
xmp

void asm_function(){
__asm__("pushad");
}
if u are compile with gcc use gcc -masm=intel -o

cos if u dont declare asm type gcc understand only at&t type not intel

BlazingHawk
10-08-2008, 03:57 PM
DAMM COBRA U NO HOW TO DO EVERYTHING srry for caps

Gordon
10-09-2008, 12:16 AM
DAMM COBRA U NO HOW TO DO EVERYTHING srry for caps


what?!???!??!?!?!??!!?!??!?

net
10-27-2008, 09:02 PM
on any option on warrock with asm you need to Prepare Cave Code and Prepare needs to be done once and fill the correct offset with out this you can not get working i see post on uc of cobra hi try with DetourFucntion and is not good you dont get the off of the option and the PrepareCave is simple fonction that mean ON and OF will auto make this i dont need any byte with asm like i us on my old hack is work parfect and for the update i need just the adresse no byte or any

badfat7
10-27-2008, 09:31 PM
This hurts my brain very much but i think i'm understanding it

Gordon
10-28-2008, 12:36 AM
wowww very impressive net oO