add references to signatures

This commit is contained in:
Benjamin Funke 2026-06-20 22:32:01 +02:00
commit 511c99562f
27 changed files with 29 additions and 4 deletions

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: Kaens (TG @kaens)
// https://wiki.scummvm.org/index.php/Director
meta("audio", "Adobe Director Protected Cast file (.CXT)");
/* beautify ignore:start */

View file

@ -1,7 +1,7 @@
// Detect It Easy: detection rule file
// Author: LinXP
// Status: WIP
// https://hex-rays.com/
meta("format");
includeScript("zlib");

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
// https://en.wikipedia.org/wiki/Universal_Disk_Format
meta("format", "Universal Disk Image Format");
function detect() {

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: LinXP
// https://en.wikipedia.org/wiki/VHD_(file_format)
meta("format", "Microsoft Virtual Hard Disk (.VHD)");
function detect() {

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: Kae <TG@kaens>
// https://wiki.preview.multitheftauto.com/reference/col
meta("format", "RenderWare collision data (.COL)"); // Criterion Software/Rockstar Games
function detect() {

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: LinXP
// https://github.com/bytenode/bytenode
meta("format", "JavaScript Compiled/Bytenode (.JSC)");
var VersionHash = [
@ -81,7 +82,6 @@ function detect() {
}
}
sLang = "JavaScript";
return result();

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: LinXP
// https://en.wikibooks.org/wiki/Lua_Programming/luac
meta("format", "Lua Bytecode (.LUAC)");
function detect() {

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
// https://en.wikipedia.org/wiki/SWF
meta("format", "Small Web Format (.SWF)");
includeScript("zlib");

View file

@ -4,6 +4,7 @@
// sendersu (sendersu on exelab.ru),
// Kaens (TG @kaens)
// https://en.wikipedia.org/wiki/Microsoft_Compiled_HTML_Help
meta("format", "Microsoft Compiled HTML Help");
function detect() {

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: Kaens TG@kaens
// https://en.wikipedia.org/wiki/DjVu
meta("format", "DjVu document (.DJVU)");
function detect() {

View file

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

View file

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

View file

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

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: A.S.L - <asl@onet.eu> 2019
// https://en.wikipedia.org/wiki/MP4_file_format
meta("format", "MP4 Video");
function detect() {

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: LinXP
// https://en.wikipedia.org/wiki/DirectDraw_Surface
meta("image", "DirectDraw Surface (.DDS)");
function detect() {

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: LinXP
// https://en.wikipedia.org/wiki/Encapsulated_PostScript
meta("image", "Encapsulated PostScript (.EPS)");
function detect() {

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Authors: Jason Hood <jadoxa@yahoo.com.au>, Kae <TG@kaens>
// https://en.wikipedia.org/wiki/ICO_(file_format)
meta("image", "Windows Icon");
includeScript("CurIcoBPP");

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: Jason Hood <jadoxa@yahoo.com.au>
// https://en.wikipedia.org/wiki/JPEG
meta("image", "JPEG");
function detect() {

View file

@ -1,5 +1,7 @@
// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
// https://en.wikipedia.org/wiki/JPEG_XL
meta("image", "JPEG XL");
function detect() {

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Authors: Kaens TG@kaens
// https://en.wikipedia.org/wiki/ILBM
meta("image", "IFF InterLeaved BitMap (.IFF,.LBM)");
function detect() {

View file

@ -1,7 +1,6 @@
// Detect It Easy: detection rule file
// Author: LinXP
// Status: WIP
// doc-ref:
// doc-ref: https://en.wikipedia.org/wiki/TIFF
meta("image", "Tagged Image File Format (.TIFF)");

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: Kaens (TG@kaens)
// https://en.wikipedia.org/wiki/Advanced_Systems_Format
meta("media", "Microsoft Advanced Systems Format container");
function detect() {

View file

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

View file

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

View file

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

View file

@ -1,6 +1,7 @@
// Detect It Easy: detection rule file
// Author: Jason Hood <jadoxa@yahoo.com.au>
// https://en.wikipedia.org/wiki/C_(programming_language)
meta("source", "C/C++");
function detect() {

View file

@ -1,5 +1,7 @@
// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
// https://www.python.org/
meta("source", "Python");
function detect() {