mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
add references for NE signatures
This commit is contained in:
parent
cc0e869a2b
commit
f38b4b9623
4 changed files with 4 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/Turbo_Pascal
|
||||
meta("compiler", "Borland Pascal");
|
||||
|
||||
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");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
// http://www.setupspecialist.com/
|
||||
meta("installer", "Setup-Specialist");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue