mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
add references to MACH signatures
This commit is contained in:
parent
dac2016dfb
commit
fa082ddaf1
7 changed files with 7 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://www.qt.io/
|
||||
meta("library", "QT");
|
||||
|
||||
function getVersion() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://webkit.org/
|
||||
meta("library", "WebKit");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://upx.github.io/
|
||||
meta("packer", "UPX");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue