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
One bug
Re: One bug
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
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
Wow, what's bug! We will try to solved it as soon as possible!
Regards
Vladimir
Re: One bug
Have also solved few another bugs in Virtual Machine, will try to post a new version to control panel now.
Re: One bug
just a small question, and curiosity :
What language and IDE are you using to develop Enigma protector ?
Delphi 2007 ?
What language and IDE are you using to develop Enigma protector ?
Delphi 2007 ?
Re: One bug
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
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
Thanks for this information
Great works and thanks for this software and your sympathy
Great works and thanks for this software and your sympathy
