Search found 3 matches

by masakam1
Mon May 08, 2023 8:58 am
Forum: Enigma Virtual Box x86/x64
Topic: C# File.Exists return true when I embeded dll
Replies: 1
Views: 6504

C# File.Exists return true when I embeded dll

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.
by masakam1
Fri Jan 06, 2023 1:02 pm
Forum: Basic
Topic: How to use enigma API in unity C#
Replies: 1
Views: 10808

How to use enigma API in unity C#

Hello,
I work on my games with Unity.
A publisher uses the enigma protector.
I think that I can enforce the security by calling an enigma API in unity C#.
I want to know how to do it.
Is there any example?

Thanks
by masakam1
Mon May 23, 2022 8:11 am
Forum: Enigma Virtual Box x86/x64
Topic: Steam DRM failed to wrapped exe
Replies: 1
Views: 9314

Steam DRM failed to wrapped exe

Hello,

I used Enigma virtual box for my unity game.
I embeded GameAssembly.dll to app.exe.
This exe worked well.
And I used valve's auto steam drm wrapper.
Soon the wrapper failed with EResult8 (Invalid Parameter)
Log showed ' Unable to get earliest entry point'

Do anyone know how to solve this ...