Page 1 of 2

Hardware detection in the presence of BUG

Posted: Tue Aug 14, 2012 7:10 am
by seo60
1、In 3 identically configured computer, to calculate the registration code,

Software testing 3 computer CPU series and BIOS motherboard is the same,

Only the hard disk number changed.

2、Repeatedly encountered after redoing system ( XP system ), machine code comparison shows the hard disk serial number or the motherboard BIOS changed,

In my own software also do display hard disk function,

My code display hard disk number does not change.


----------------------

硬件检测存在BUG

1、3台相同配置的电脑,在计算注册码时,

软件检测3台电脑的CPU串号和主板 BIOS是相同的,

只有硬盘号变了。

2、多次遇到重做系统后(XP系统),机器码比较显示 硬盘序列号或者主板BIOS变了,

我在自己的软件里也做了显示硬盘号的功能,

我的代码显示硬盘号没有变化。
1.jpg
4.jpg

Re: Hardware detection in the presence of BUG

Posted: Tue Aug 14, 2012 7:12 am
by seo60
2.jpg
3.jpg

Re: Hardware detection in the presence of BUG

Posted: Tue Aug 14, 2012 7:19 am
by seo60
Image Image

ImageImage

Re: Hardware detection in the presence of BUG

Posted: Tue Aug 14, 2012 7:22 am
by Enigma
Hi seo60,

Can you please post here results that shows Hardware ID Test utility?

It is there: http://forum.enigmaprotector.com/viewto ... f=26&t=870

And what do you mean in "redoing" the system? Just re-installing?

Re: Hardware detection in the presence of BUG

Posted: Tue Aug 14, 2012 9:42 am
by seo60
Just to redo the system, system version did not change ( Windows XP ), the software did not change

Using the same key file for the registration code calculation

In this software, I write their own code, read the hard drive is not change

-----------------------------------------

只是重做了系统,系统版本没变(windows xp),软件也没换

用的是同一个key文件进行的注册码计算

在这个软件上,我自己写的代码,读取的硬盘号是没有变化的

Re: Hardware detection in the presence of BUG

Posted: Tue Aug 14, 2012 10:15 am
by Enigma
If so, try to open your .enigma project file in notepad and take a look at the file beginning. If it starts from

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<EnigmaProject Version="1.60">
  <EnigmaProjectDetails>
Then you should add few lines so it should start like:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<EnigmaProject Version="1.60">
  <Compatibility>
    <Level1>True</Level1>
    <Level2>True</Level2>
  </Compatibility>
  <EnigmaProjectDetails>
In the previous versions of Enigma Protector there was a problem extracting HDD Serial. The problem had been fixed since 3.60 but for old project there was keep old compatibility.
So edit your project file and re-protect the program. Problem should be gone.

Re: Hardware detection in the presence of BUG

Posted: Tue Aug 14, 2012 2:20 pm
by seo60
I check to see if the.Enigma file head is normal, the earliest I use the 3.60 version of the Enigma key files saved

Your code is detected the computer all the hard disk or detect only the first hard drive serial number?

My code only for the detection of the first computer hard disk serial number

---------------------------------

我检查看了.enigma文件的头部是正常的,我最早用的是3.60版本的Enigma保存的key文件

你的代码是检测计算机的全部硬盘还是只检测第一块硬盘的序列号?

我的代码只检测计算机的第一块硬盘的序列号

Re: Hardware detection in the presence of BUG

Posted: Wed Aug 15, 2012 8:04 am
by seo60
找到问题了吗?
See the problem?

Re: Hardware detection in the presence of BUG

Posted: Wed Aug 15, 2012 8:23 am
by Enigma
No, your project file is well.

Can you please tell me, when the hardward id is changing? What do you do to change it?

Is it changing spontaneous for you, or how?

Btw, Enigma extracts the serial of the first installed HDD.

Re: Hardware detection in the presence of BUG

Posted: Fri Aug 17, 2012 4:17 am
by seo60
Computer hardware without any change, just redo system.

My code detects hard disk serial number does not change, but the enigma display hard disk number changed.

Yesterday a customer, also appeared similar problems.

Operating system is Windows XP, software registration is successful, due to the problem of false positives is killed the poisonous software to delete the file,

Installed anti-virus software to white list and restore the file and then run the software, the machine code change,

Through the enigma analysis of machine code, found reading hard drive serial number as 0000

The software the right mouse button, set properties, compatibility mode, software to restore normal

Starting from the 3.60 version of enigma, I generated about ten thousand registration code, machine code changes I have experienced many times,

Most of the computer after redoing system, CPU motherboard and the hard disk serial number change

In a minority of Windows 7 system, simply double-click the run with administrator privileges to run software, software to show the hard drive serial number will change

-----------------------

计算机的硬件没有任何变化,只是重做了系统。

我的代码检测硬盘序列号没有变化,但是enigma显示硬盘号变了。

昨天有一个客户,也出现了类似的问题。

操作系统是windows xp,软件注册成功后,因误报问题被杀毒软件删除文件,

设置杀毒软件白名单并恢复文件然后运行软件,机器码变了,

通过enigma分析机器码,发现读取的硬盘序列号为0000

对着软件点鼠标右键,设置属性,兼容模式运行后,软件恢复正常

从3.60版本开始使用enigma,我生成了一万左右的注册码,机器码变化我经历过多次了,

多数是计算机重做系统后,主板CPU和硬盘序列号变化

在少数的Windows 7系统,直接双击运行软件与用管理员权限运行,软件显示的硬盘序列号也会变化
1.jpg
2.jpg