add references to MACH signatures

This commit is contained in:
Benjamin Funke 2026-06-21 11:29:03 +02:00
commit fa082ddaf1
7 changed files with 7 additions and 0 deletions

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
// https://en.wikipedia.org/wiki/Rust_(programming_language)
meta("compiler", "Rust");
function detect() {

View file

@ -2,6 +2,7 @@
// Author: horsicq <horsicq@gmail.com>
// Improved by: BJNFNE
// https://en.wikipedia.org/wiki/GNU_Compiler_Collection
meta("compiler", "gcc");
function detect() {

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
// https://en.wikipedia.org/wiki/Carbon_(programming_language)
meta("library", "Carbon");
function detect() {

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
// https://en.wikipedia.org/wiki/Cocoa_(API)
meta("library", "Cocoa");
function detect() {

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
// https://www.qt.io/
meta("library", "QT");
function getVersion() {

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
// https://webkit.org/
meta("library", "WebKit");
function detect() {

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
// https://upx.github.io/
meta("packer", "UPX");
function detect() {