C# File.Exists return true when I embeded dll

Issues related to Enigma Virtual Box
Post Reply
masakam1
Posts: 3
Joined: Mon May 23, 2022 7:47 am

C# File.Exists return true when I embeded dll

Post 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.
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

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

Post 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?
Post Reply