This commit is contained in:
DosX 2026-06-21 12:43:23 +03:00
commit b0f6c22d8d
9 changed files with 9 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/Borland_C%2B%2B
meta("compiler", "Borland C++");
function detect() {

View file

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

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() {