ControlSum check not working for 64-bit DLL

x64 version issues
Post Reply
scanman
Posts: 2
Joined: Sat Feb 02, 2013 4:47 am

ControlSum check not working for 64-bit DLL

Post by scanman »

Hi,

I am attempting to protect a 64-bit DLL. The problem is that the ControlSum option does not work when applied to the list of protection options. When I run a test app, I get my custom message that the DLL was corrupted. When I remove the ControlSum option, the DLL loads correctly.

I am using Enigma x64 version 3.120. The DLL is not a .NET or special plug-in DLL, it is a "normal", vanilla DLL with 'C' exported functions. The language used to create the DLL is C++ (so no C# or some other frameworked language being an issue). There is no manifest in the DLL, so that isn't an issue.

The amount of protection I'm using is minimal. Just a BMP splash screen on startup, anti-debugger option, the resource protection, 2 vm markers, and the controlsum check (which doesn't work). No other options are set/checked.

I am using Windows 7 64-bit Ultimate, SP1 for testing. Any issues with 3.120 and the ControlSum option together with these other options?

Thanks.
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: ControlSum check not working for 64-bit DLL

Post by Enigma »

Hi scanman,

Yes, thanks you for the reporting of issue. I confirm that it does exist.

I will update this thread when the issue will be resolved.
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: ControlSum check not working for 64-bit DLL

Post by Enigma »

This problem is solved, new version will be released soon!
scanman
Posts: 2
Joined: Sat Feb 02, 2013 4:47 am

Re: ControlSum check not working for 64-bit DLL

Post by scanman »

Thanks. I will look forward to the new version.
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: ControlSum check not working for 64-bit DLL

Post by Enigma »

It's just released, please check out your account at control panel.

Thanks you for the information you provided!
Post Reply