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.