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: 9 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 |
---|---|---|
| Detects whether an executable is packed using various methods and signatures. | 21 |
| An executable detection tool using PE parsing and machine learning signatures to identify packed samples. | 30 |
| A dataset of packed executable files used to train machine learning models for detecting packing techniques. | 29 |
| A platform for evaluating and training machine learning models on packed executables | 49 |
| A toolkit for analyzing and improving password cracking operations by identifying common patterns in leaked passwords. | 807 |
| A tool to help identify the location of antivirus signatures in binary payloads | 312 |
| An analysis tool for estimating the likelihood of binary compression or encryption | 43 |
| A tool for packaging Windows executable files into a compressed format using LZMA compression and relocating shell code to an external DLL. | 110 |
| An implementation of a PEiD-like tool with Yara rule analysis capabilities | 17 |
| A tool for analyzing and disassembling PE files with additional features for parsing and extracting data | 42 |
| Identifies personally identifiable information in web traffic using regex patterns and configuration options. | 21 |
| A tool designed to detect and collect sensitive information from malicious users by mimicking popular network services | 377 |
| An executable file analyzer tool that detects security, configuration, optimization, system, and format issues in Windows executables | 18 |
| An implementation of PEiD analysis with Yara-python | 6 |
| A tool that reduces the size of executables and provides basic protection to prevent reverse-engineering | 43 |