Skip to content

Commit d197376

Browse files
committed
Create Astral-PE.2.sg
1 parent 674debd commit d197376

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

db/PE/Astral-PE.2.sg

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Detect It Easy: detection rule file
2+
3+
// Author: DosX
4+
5+
// GitHub: https://github.com/DosX-dev
6+
// Telegram: @DosX_dev
7+
8+
// https://github.com/DosX-dev/Astral-PE
9+
init("protector", "Astral-PE");
10+
11+
function detect() {
12+
if (PE.section[0].Name === "" && PE.getImportLibraryName(0)[0] === '.') {
13+
bDetected = true;
14+
}
15+
16+
return result();
17+
}

0 commit comments

Comments
 (0)