Page 1 of 1

C# File.Exists return true when I embeded dll

Posted: Mon May 08, 2023 8:58 am
by masakam1
Hello,

I merged an exe with Hoge.dll.
And the dll calls File.Exists("Hoge.dll")
I expect that this function returns False.
However this function returns True!

Does Enigma Virtual Box hook the function File.Exists?
I want to know how to check if Hoge.dll exists in a storage actually.

Thanks.

Re: C# File.Exists return true when I embeded dll

Posted: Wed May 10, 2023 8:23 am
by Enigma
Hi, Enigma hooks more deeper system functions. So all higher level functions are, of course, affected.

The behavior you described is well, do you think something is wrong there?