Page 1 of 1

DLL injection wont work like usual after protect

Posted: Thu Nov 02, 2017 5:05 pm
by BeBassHD
Hi Enigma,

I've made a simple DLL injector and I want to protect it, it works perfectly until I obfuscate it

Notes:
Im using the trial version
The DLL is in the resources of the exe, using themida works perfectly.
The DLL is set to "Testx64.dll" which will display a message once injected into a 64 bit process.
The Testx64.dll doesn't like me so wont actually work but I've tried another DLL and the injector is 100% working.
The DLL is saved to : C:/Program Files (x86)/

Can you check it, please perhaps also review the source and correct??

I've attached the exe to this post.
download link.zip
:oops:

Re: DLL injection wont work like usual after protect

Posted: Fri Nov 03, 2017 7:58 am
by Enigma
Hi, you need to disable all options at Protection Features - Import Protection, after that it has to work well.

Re: DLL injection wont work like usual after protect

Posted: Tue Nov 14, 2017 11:00 am
by BeBassHD
This still doesn't work, when it comes to injection it just crashes the target process

Re: DLL injection wont work like usual after protect

Posted: Tue Nov 14, 2017 4:08 pm
by Enigma
Maybe you can send me the sources of injector itself, probably there are some problems.

Re: DLL injection wont work like usual after protect

Posted: Tue Nov 14, 2017 6:50 pm
by BeBassHD
Here you go, source included below!
- thanks <3

Source.zip

Re: DLL injection wont work like usual after protect

Posted: Wed Nov 15, 2017 7:35 pm
by BeBassHD
Enigma wrote:Maybe you can send me the sources of injector itself, probably there are some problems.
Above is download, thanks