Page 1 of 1
One bug
Posted: Sat Apr 17, 2010 7:23 am
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
Re: One bug
Posted: Sat Apr 17, 2010 8:18 am
by prasid
But I don't see this type of error..
See here:
http://www.clientforum.org/enigma/test.htm
Re: One bug
Posted: Sun Apr 18, 2010 9:57 am
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;
Re: One bug
Posted: Mon Apr 19, 2010 8:10 am
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
Re: One bug
Posted: Mon Apr 19, 2010 10:37 am
by Enigma
Have also solved few another bugs in Virtual Machine, will try to post a new version to control panel now.
Re: One bug
Posted: Mon May 10, 2010 5:40 pm
by remixtech
just a small question, and curiosity :
What language and IDE are you using to develop Enigma protector ?
Delphi 2007 ?
Re: One bug
Posted: Mon May 10, 2010 7:00 pm
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
Re: One bug
Posted: Tue May 11, 2010 8:48 pm
by remixtech
Thanks for this information
Great works and thanks for this software and your sympathy
