All Projects → horsicq → Detect It Easy

horsicq / Detect It Easy

Licence: mit
Program for determining types of files for Windows, Linux and MacOS.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Detect It Easy

Die Engine
DIE engine
Stars: ✭ 648 (-78.27%)
Mutual labels:  disassembler, elf, binary-analysis, program-analysis, reverse-engineering
Bap
Binary Analysis Platform
Stars: ✭ 1,385 (-53.55%)
Mutual labels:  static-analysis, disassembler, binary-analysis, program-analysis, reverse-engineering
Lief
Authors
Stars: ✭ 2,730 (-8.45%)
Mutual labels:  elf, binary-analysis, malware-analysis, reverse-engineering, macho
Freki
🐺 Malware analysis platform
Stars: ✭ 285 (-90.44%)
Mutual labels:  static-analysis, binary-analysis, malware-analysis, malware-research, reverse-engineering
Nauz File Detector
Linker/Compiler/Tool detector for Windows, Linux and MacOS.
Stars: ✭ 146 (-95.1%)
Mutual labels:  detect, malware-analysis, malware-research, reverse-engineering
Drsemu
DrSemu - Sandboxed Malware Detection and Classification Tool Based on Dynamic Behavior
Stars: ✭ 237 (-92.05%)
Mutual labels:  binary-analysis, malware-analysis, malware-research, reverse-engineering
Replica
Ghidra Analysis Enhancer 🐉
Stars: ✭ 194 (-93.49%)
Mutual labels:  disassembler, binary-analysis, malware-analysis, reverse-engineering
Radare2
UNIX-like reverse engineering framework and command-line toolset
Stars: ✭ 15,412 (+416.83%)
Mutual labels:  disassembler, binary-analysis, malware-analysis, reverse-engineering
freki
🐺 Malware analysis platform
Stars: ✭ 327 (-89.03%)
Mutual labels:  static-analysis, malware-analysis, binary-analysis, malware-research
Malwarelab vm Setup
Setup scripts for my Malware Analysis VMs
Stars: ✭ 126 (-95.77%)
Mutual labels:  static-analysis, malware-analysis, malware-research, reverse-engineering
Sojobo
A binary analysis framework
Stars: ✭ 116 (-96.11%)
Mutual labels:  malware-analysis, malware-research, program-analysis, reverse-engineering
pyc2bytecode
A Python Bytecode Disassembler helping reverse engineers in dissecting Python binaries by disassembling and analyzing the compiled python byte-code(.pyc) files across all python versions (including Python 3.10.*)
Stars: ✭ 70 (-97.65%)
Mutual labels:  static-analysis, disassembler, malware-analysis, malware-research
Pev
The PE file analysis toolkit
Stars: ✭ 422 (-85.85%)
Mutual labels:  binary-analysis, malware-analysis, malware-research, reverse-engineering
Malboxes
Builds malware analysis Windows VMs so that you don't have to.
Stars: ✭ 900 (-69.82%)
Mutual labels:  packer, malware-analysis, malware-research
Macbook issues
《macOS软件安全与逆向分析》勘误
Stars: ✭ 11 (-99.63%)
Mutual labels:  binary-analysis, malware-analysis, reverse-engineering
Triton
Triton is a Dynamic Binary Analysis (DBA) framework. It provides internal components like a Dynamic Symbolic Execution (DSE) engine, a dynamic taint engine, AST representations of the x86, x86-64, ARM32 and AArch64 Instructions Set Architecture (ISA), SMT simplification passes, an SMT solver interface and, the last but not least, Python bindings.
Stars: ✭ 1,934 (-35.14%)
Mutual labels:  binary-analysis, program-analysis, reverse-engineering
Ret Sync
ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.
Stars: ✭ 896 (-69.95%)
Mutual labels:  disassembler, reverse-engineering, debugger
Befa Library
High-level library for executable binary file analysis
Stars: ✭ 12 (-99.6%)
Mutual labels:  static-analysis, disassembler, binary-analysis
Redasm
The OpenSource Disassembler
Stars: ✭ 1,042 (-65.06%)
Mutual labels:  disassembler, binary-analysis, reverse-engineering
Panopticon
A libre cross-platform disassembler.
Stars: ✭ 1,376 (-53.86%)
Mutual labels:  static-analysis, disassembler, reverse-engineering

Donate GitHub tag (latest SemVer) GitHub All Releases gitlocalized

Detect It Easy

alt text

alt text alt text alt text alt text alt text

Detect It Easy, or abbreviated "DIE" is a program for determining types of files.

"DIE" is a cross-platform application, apart from Windows version there are also available versions for Linux and Mac OS.

Many programs of the kind (PEID, PE tools) allow to use third-party signatures. Unfortunately, those signatures scan only bytes by the pre-set mask, and it is not possible to specify additional parameters. As the result, false triggering often occur. More complicated algorithms are usually strictly set in the program itself. Hence, to add a new complex detect one needs to recompile the entire project. No one, except the authors themselves, can change the algorithm of a detect. As time passes, such programs lose relevance without the constant support.

Detect It Easy has totally open architecture of signatures. You can easily add your own algorithms of detects or modify those that already exist. This is achieved by using scripts. The script language is very similar to JavaScript and any person, who understands the basics of programming, will understand easily how it works. Possibly, someone may decide the scripts are working very slow. Indeed, scripts run slower than compiled code, but, thanks to the good optimization of Script Engine, this doesn't cause any special inconvenience. The possibilities of open architecture compensate these limitations.

DIE exists in three versions. Basic version ("die"), Lite version ("diel") and console version ("diec"). All the three use the same signatures, which are located in the folder "db". If you open this folder, nested sub-folders will be found ("Binary", "PE" and others). The names of sub-folders correspond to the types of files. First, DIE determines the type of file, and then sequentially loads all the signatures, which lie in the corresponding folder. Currently the program defines the following types:

  • MSDOS executable files MS-DOS
  • PE executable files Windows
  • ELF executable files Linux
  • MACH executable files Mac OS
  • Binary all other files

Packages

Telegram Bot

You could find the Bot in Telegram @detectiteasy_bot or simply enter in the search for Telegram "Detect It Easy"

alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].