9 changed files with
9 additions and
0 deletions
|
|
|
|
@ -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() {
|
|
|
|
|
|
|
|
|
|
@ -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() {
|
|
|
|
|
|
|
|
|
|
@ -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() {
|
|
|
|
|
|