Page 1 of 1

terminate if specific file exist

Posted: Thu Sep 25, 2014 1:55 pm
by salamo
is there any way to terminate the application if some file exist..

some hacker use directx files called d3d8.dll to loade with my game to got the blowfish key and make Unprotected exe

is there any way to stop it from loading with my exe or terminate the application if that file exist

i try to use check external files with original d3d8.dll but its Impossible to find one work with all oses

Re: terminate if specific file exist

Posted: Fri Sep 26, 2014 1:35 pm
by Alec
It's possible to do this with any other dll file your application is using as well, protecting against file names is pointless.

Re: terminate if specific file exist

Posted: Fri Sep 26, 2014 2:26 pm
by salamo
can you share the uncomplie project if you please?

Re: terminate if specific file exist

Posted: Sun Sep 28, 2014 2:55 pm
by Alec
Which project are you talking about?