Hello i think the Titel says all. I just need the Inject funktion from the Lib. Does anyone got the source from it or know an alternative lib for unmanaged C++ ?
Hello i think the Titel says all. I just need the Inject funktion from the Lib. Does anyone got the source from it or know an alternative lib for unmanaged C++ ?
Last edited by hamburger1; 07-16-2011 at 05:49 AM.
asmjit - Complete x86/x64 JIT Assembler for C++ Language. - Google Project Hosting
It doesn't have an explicit "inject" function but it's easy enough to code one. Just copy the resulting opcode bytes to the target and CreateRemoteThread
Pretty easy to write something like that yourself.
Just use the source code of fasm/nasm/gas.
Hey, it compiles! Ship it!
AsmJit is awesome.