One bug

Post here messages if you have any problems with working of Enigma Protector
Post Reply
remixtech
Posts: 23
Joined: Sat Jun 06, 2009 2:02 pm

One bug

Post by remixtech »

Hi,

I have discovered one bug, not problematic at all but i think it will be easy to fix...
When you open Enigma (no project is open), if you select functions in virtual machine there will be access error...

Lets go here for video : http://bug.onkeysoft.com/enigma/bug.swf

Bye
Rémi MEVAERE
prasid
Posts: 47
Joined: Fri Aug 22, 2008 3:17 pm
Location: Inside Enigma Core
Contact:

Re: One bug

Post by prasid »

But I don't see this type of error..

See here: http://www.clientforum.org/enigma/test.htm
remixtech
Posts: 23
Joined: Sat Jun 06, 2009 2:02 pm

Re: One bug

Post by remixtech »

I haven't load any exe, this is just a small bug, i think Vladimir must add something like

Code: Select all

if fileexists(the_exe_to_protect) then begin
Show_functions();
end;
Enigma
Site Admin
Posts: 3085
Joined: Wed Aug 20, 2008 2:24 pm

Re: One bug

Post by Enigma »

Hi Rémi, yeap! You are 100% correct, if the input file does not exist then Enigma generates an exception!
Wow, what's bug! We will try to solved it as soon as possible!

Regards
Vladimir
Enigma
Site Admin
Posts: 3085
Joined: Wed Aug 20, 2008 2:24 pm

Re: One bug

Post by Enigma »

Have also solved few another bugs in Virtual Machine, will try to post a new version to control panel now.
remixtech
Posts: 23
Joined: Sat Jun 06, 2009 2:02 pm

Re: One bug

Post by remixtech »

just a small question, and curiosity :
What language and IDE are you using to develop Enigma protector ?

Delphi 2007 ?
Enigma
Site Admin
Posts: 3085
Joined: Wed Aug 20, 2008 2:24 pm

Re: One bug

Post by Enigma »

Hi Rémi, I'm using Delphi 7 so pascal, but there are many sources written in assembler, mainly for the loader part.

Latest Delphi are not suitable for Enigma, they can be used for only IDE development, but since Enigma contains from the two parts - main GUI program and the Loader that embeds into protected file, the loader could not be compiled with latest Delphi because they are not working in Windows 9x (due to unicode support), but Enigma works well even on ancient Win 95.

Regards
Vladimir
remixtech
Posts: 23
Joined: Sat Jun 06, 2009 2:02 pm

Re: One bug

Post by remixtech »

Thanks for this information
Great works and thanks for this software and your sympathy ;)
Post Reply