Hi !
I want to create a dll and when I inject it, it change the code at the specified address.
Example:
Code:
Original at 0x12345678:
push 01
Change to:
call 0X87654321
I want to change directly the code at the address
Does _asm{ }; can help me ?
Or how can I do ?
Thanks in advance