mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
add references to signatures
This commit is contained in:
parent
f46b3ca1ac
commit
511c99562f
27 changed files with 29 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: LinXP
|
||||
// Status: WIP
|
||||
|
||||
// https://hex-rays.com/
|
||||
meta("format");
|
||||
|
||||
includeScript("zlib");
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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)");
|
||||
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: horsicq <horsicq@gmail.com>
|
||||
|
||||
// https://www.python.org/
|
||||
meta("source", "Python");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue