PackiD
Packer identifier
A tool for identifying and analyzing packers in executable files.
A packer identification tool/library.
9 stars
2 watching
4 forks
Language: C++
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mitchellvanw/hashids | Provides a simple way to encode and decode unique identifiers in web applications. | 106 |
dimkr/papaw | A tool that reduces the size of executables and provides basic protection to prevent reverse-engineering | 41 |
silentvoid13/silent_packer | A binary packer that encrypts and decrypts the code section of an executable before execution. | 80 |
levanvn/pe_packer | Writing a simple PE Packer in detail to understand its inner workings and techniques | 15 |
wakeful/zsh-packer | A tool that automates the creation of platform-specific images for Zsh shells. | 5 |
ex0dus-0x/ward | Creates stealthy droppers for loading malicious code into memory | 18 |
eronana/packer | A tool for compressing and modifying executable files on Windows. | 46 |
aaaddress1/theark | A Windows x86 PE packer implemented in C++ that repackages executable files | 52 |
amakaseev/sprite-sheet-packer | A software tool for efficiently packing and arranging sprite sheets from multiple game assets | 318 |
ffri/packerdetectiontoolevaluation | An evaluation of packer type estimation and detection tools to improve malware analysis capabilities | 11 |
emmanuel-marty/lzsa | A compression format designed for efficient decompression on 8-bit microcomputers. | 236 |
akuafif/hxor-packer | A tool for compressing and encrypting Portable Executable files using Huffman compression and XOR encryption. | 58 |
sooshie/packerid | A tool for analyzing and disassembling PE files with additional features for parsing and extracting data | 42 |
bromiumlabs/packerattacker | An application designed to detect and extract hidden code from malicious Windows executables. | 268 |
packing-box/pypackerdetect | Detects whether an executable is packed using various methods and signatures. | 21 |