UserExistsError / InjectDll

Inject a Dll from memory
MIT License
41 stars 23 forks source link

InjectWow64toNative64.h #2

Closed C0D3-M4513R closed 3 years ago

C0D3-M4513R commented 3 years ago

Thank you tons for this repo. This has made creating a lib. for injecting dll's in rust much easier. Right now I have one issue though: I can't seem to find InjectWow64toNative64.h or the declaration, of injectWow64toNative64.

Could you please upload the Headerfile, so I can support injection under WOW?

EDIT: I noticed, that that file is in the .gitignore. So it is supposed, to not be there? So this project is therefore not compliable, as a consequence? Is that a generated file from https://github.com/UserExistsError/DllLoaderShellcode, or something? Where do I get that file?

UserExistsError commented 3 years ago

That file is a build artifact within this project. msbuild generates it and you can see the command that is run here:

https://github.com/UserExistsError/InjectDll/blob/979fefe4e920a21379a60aa400d826fc79570d45/Wow64Shellcode/Wow64Shellcode.vcxproj#L179

C0D3-M4513R commented 3 years ago

Thank you, for still replying to my issues! This is good to know, thank you!