mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
style: auto-format JavaScript files in db directories
This commit is contained in:
parent
ef60be45d1
commit
8d2c3eaf6f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ meta("tool", "inject2pe");
|
|||
function detect() {
|
||||
if (PE.getNumberOfImports() == 0 && PE.getNumberOfSections() == 1 && PE.calculateSizeOfHeaders() == 0x200 && PE.section[0].Characteristics == 0xE0000020 && !PE.isConsole()) {
|
||||
sOptions = "shellcode2exe wrapper";
|
||||
bDetected = true;
|
||||
bDetected = true;
|
||||
}
|
||||
return result();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue