peid
Signature detector
A tool for detecting packed executables in Windows files by identifying embedded signatures
Python implementation of the Packed Executable iDentifier (PEiD)
130 stars
2 watching
16 forks
Language: Python
last commit: 8 months ago
Linked from 1 awesome list
binary-analysisentrypointexecutable-packingmalware-analysismalware-packersmalware-researchpacking-detectionpe-filepe-filespe-formatpeidpeid-signaturepythonresearch-toolssignature-detection
Related projects:
Repository | Description | Stars |
---|---|---|
packing-box/pypackerdetect | Detects whether an executable is packed using various methods and signatures. | 21 |
cylance/pypackerdetect | An executable detection tool using PE parsing and machine learning signatures to identify packed samples. | 30 |
packing-box/dataset-packed-pe | A dataset of packed executable files used to train machine learning models for detecting packing techniques. | 29 |
packing-box/docker-packing-box | A platform for evaluating and training machine learning models on packed executables | 49 |
iphelix/pack | A toolkit for analyzing and improving password cracking operations by identifying common patterns in leaked passwords. | 807 |
hegusung/avsignseek | A tool to help identify the location of antivirus signatures in binary payloads | 312 |
packing-box/bintropy | An analysis tool for estimating the likelihood of binary compression or encryption | 43 |
yurisizuku/win-simpledpack | A tool for packaging Windows executable files into a compressed format using LZMA compression and relocating shell code to an external DLL. | 110 |
k-atc/peid | An implementation of a PEiD-like tool with Yara rule analysis capabilities | 17 |
sooshie/packerid | A tool for analyzing and disassembling PE files with additional features for parsing and extracting data | 42 |
caioluders/pii-identifier | Identifies personally identifiable information in web traffic using regex patterns and configuration options. | 21 |
johnnykv/heralding | A tool designed to detect and collect sensitive information from malicious users by mimicking popular network services | 377 |
dragon-dreamer/binary-valentine | An executable file analyzer tool that detects security, configuration, optimization, system, and format issues in Windows executables | 18 |
ffri/pypeid | An implementation of PEiD analysis with Yara-python | 6 |
dimkr/papaw | A tool that reduces the size of executables and provides basic protection to prevent reverse-engineering | 43 |