mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Merge branch 'master' of https://github.com/horsicq/Detect-It-Easy
This commit is contained in:
commit
1bbd0975ed
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ function detect() {
|
|||
minorVersion = PE.getMinorLinkerVersion();
|
||||
|
||||
if (majorVersion === 7 && minorVersion === 0x50) {
|
||||
sVersion = "8.45";
|
||||
sVersion = "8.38-8.45";
|
||||
} else if (majorVersion === 8 && minorVersion === 0) {
|
||||
sVersion = "8.52-8.57";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue