InjectDll icon indicating copy to clipboard operation
InjectDll copied to clipboard

Inject a Dll from memory

Results 2 InjectDll issues
Sort by recently updated
recently updated
newest added

Is possible to load the DLL from the `char` array generated by the `ExtracArray` instead of loading it from disk?

With `InjectDll` is possible to inject an x86 dll on an x86 app from an x64 app? (I have not test it yet) What broken on debug?https://github.com/UserExistsError/InjectDll/blob/979fefe4e920a21379a60aa400d826fc79570d45/InjectDll/InjectDll.cpp#L10 I'm able to...