Hey guys Im trying this method...
But wow is only processes the first letter of the string... anyone know what I could be doing wrong?Code:6A00 PUSH 0 6808214000 PUSH String_OFFSET 6808214000 PUSH String_OFFSET B8B0AA4900 MOV EAX,49AAB0 FFD0 CALL EAX
Im injecting it in Opcodes... whats the best way to process a string using opcodes like below...
Code:"0x" & _ "6A00" & _ "68" & SwapEndian(RemoteData) & _ "68" & SwapEndian(RemoteData) & _ "B8B0AA4900" & _ "FFD0" & _ "83C40C" & _ "C3")