Reloaded-Project / Reloaded.Injector

C# DLL Injection Library capable of injecting x86 DLLs to x86 process from x64 processes.
GNU Lesser General Public License v3.0
160 stars 32 forks source link

What about run x64 code in the x86 process? #2

Open marcussacana opened 4 years ago

marcussacana commented 4 years ago

Wait! I'm not crazy, maybe... Take a look into this: http://blog.rewolf.pl/blog/?p=102 I thought in try implement this in C# by me self one day then it's saved in my favorite a good time, but I don't readed yet, then give a try if you like it~ My real objective is load x64 dll in x86 process, but looks like is hard do this only with this, to my problem I need kernel-level permission, then I don't have much meaning into me implementing this.