mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
add references for PE signatures
This commit is contained in:
parent
511c99562f
commit
cc0e869a2b
26 changed files with 26 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
// Author: sendersu
|
||||
// If errors pls contact sendersu on cracklab.team
|
||||
|
||||
// https://en.wikipedia.org/wiki/Excelsior_JET
|
||||
meta("compiler", "Excelsior JET");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://en.wikipedia.org/wiki/FASM
|
||||
meta("compiler", "FASM");
|
||||
|
||||
includeScript("FASM");
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://en.wikipedia.org/wiki/Free_Pascal
|
||||
meta("compiler", "Free Pascal");
|
||||
|
||||
includeScript("FPC");
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
// improved by fernandom - menteb.in - 2020.04
|
||||
// improved by sendersu - cracklab.team - 2024.04
|
||||
|
||||
// https://en.wikipedia.org/wiki/Go_(programming_language)
|
||||
meta("compiler", "Go");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
// https://en.wikipedia.org/wiki/VisualAge
|
||||
meta("compiler", "IBM VisualAge C/C++");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Authors: hypn0, BJNFNE, DosX
|
||||
|
||||
// https://en.wikipedia.org/wiki/Intel_C%2B%2B_Compiler
|
||||
meta("compiler", "Intel C/C++");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://en.wikipedia.org/wiki/Kotlin
|
||||
meta("compiler", "Kotlin");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: Jason Hood <jadoxa@yahoo.com.au>
|
||||
|
||||
// https://en.wikipedia.org/wiki/LCC_(compiler)
|
||||
meta("compiler", "LCC-Win32")
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
// https://en.wikipedia.org/wiki/Fortran
|
||||
meta("compiler", "Lahey Fortran 90");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Authors: DosX, fernandom
|
||||
|
||||
// https://en.wikipedia.org/wiki/MinGW
|
||||
meta("compiler", "MinGW");
|
||||
|
||||
includeScript("FPC");
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://en.wikipedia.org/wiki/Nim_(programming_language)
|
||||
meta("compiler", "Nim");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: Jason Hood <jadoxa@yahoo.com.au>
|
||||
|
||||
// https://www.pellesc.se/
|
||||
meta("compiler", "Pelles C")
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
// https://en.wikipedia.org/wiki/PowerBASIC
|
||||
meta("compiler", "PowerBASIC");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://en.wikipedia.org/wiki/PureBasic
|
||||
meta("compiler", "PureBasic");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
// Author: sendersu
|
||||
// If errors pls contact sendersu on cracklab.team
|
||||
|
||||
// https://en.wikipedia.org/wiki/Xojo
|
||||
meta("compiler", "REALbasic (by Xojo.com)");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://commons.wikimedia.org/wiki/RosAsm
|
||||
meta("compiler", "RosASM");
|
||||
|
||||
includeScript("RosASM");
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
// GitHub: https://github.com/DosX-dev
|
||||
// Telegram: @DosX_dev
|
||||
|
||||
// https://en.wikipedia.org/wiki/Rust_(programming_language)
|
||||
meta("compiler", "Rust");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
// https://en.wikipedia.org/wiki/Virtual_Pascal
|
||||
meta("compiler", "Virtual Pascal");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://en.wikipedia.org/wiki/Visual_Objects
|
||||
meta("compiler", "Visual Objects");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
// https://www.visual-prolog.com/
|
||||
meta("compiler", "Visual Prolog");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://en.wikipedia.org/wiki/Watcom_C/C%2B%2B
|
||||
meta("compiler", "Watcom C/C++");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://en.wikipedia.org/wiki/Zig_(programming_language)
|
||||
meta("compiler", "Zig");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://www.winehq.org/
|
||||
meta("emulator", "Wine");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://www.autohotkey.com/
|
||||
meta("format", "Compiled AutoHotKey");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
// GitHub: https://github.com/DosX-dev
|
||||
// Telegram: @DosX_dev
|
||||
|
||||
// https://unity.com/
|
||||
meta("game engine", "Unity");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: KDSS-Research
|
||||
|
||||
// https://developer.valvesoftware.com/wiki/Xash3D
|
||||
meta("game engine", "Xash3D");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue