hey guys i was trying to add my ASM into c++ it went good but when i add
AnyIdea
it give me an err while buildingQuote:
add [0x34532F73],ah
anyway here is my codeQuote:
error C2415: improper operand type
Code:
void func()
{
_asm
{
push ebx
jns 0x01061F5F
popad
jb 0x01061F69
push 0x0073746F
add [0x34532F73],ah
jmp func_ret_addy
}
}