Inline ASM 06/07/2010 - General Coding - 5 Replies Huhu was mich schon länger beschäftigt ist die Frage wieso inline assembler unbedingt vermieden werden sollte.
Es geht mir vorallem um windows tools/game hacks.
Wäre nett wenn mich jemand mit ein paar schönen begründungen erleuchten könnte.
[Request] Some help with Inline asm in C++ 09/08/2008 - CO2 Programming - 3 Replies I'm trying to read a "string" (not necessarily human readable characters) that may also contain 0x00's using an injected dll.
Is there a way to (efficiently) copy a string of a length that can be up to 400 bytes or so into a c++ variable?
I have a pointer to the memory location inside EDI.
Inline ASM Question [C++] 02/05/2008 - Conquer Online 2 - 0 Replies Hi all,
I've been trying but can't seem to work this out, basically I want the following DWORD to be put into an unsigned long in C++.
dword ptr ss:
into this variable
unsigned long itemx;
__asm mov itemx, dword ptr ss:
Doesn't work and neither do all the other things I tried so I could really use some help.