I don't know much about it, so correct me, if I'm wrong.
But I think that you need native code to put a managed DLL to an unmanaged process. You can write this native code in C++ or in ASM. If you use managed FASM or make a codecave manually. You need to write native code. Even if it's masked in strings for managed FASM (like in easysurfers blog).
But I think that you need native code to put a managed DLL to an unmanaged process. You can write this native code in C++ or in ASM. If you use managed FASM or make a codecave manually. You need to write native code. Even if it's masked in strings for managed FASM (like in easysurfers blog).