https://github.com/cybersecurity-dev/packerscope
Binary packers are tools used to compress and obfuscate executable files, making them smaller and more difficult to analyze. Detecting packers is crucial in various security and reverse engineering tasks. This project aims to explore different techniques for detecting binary packers.
https://github.com/cybersecurity-dev/packerscope
Last synced: 4 months ago
JSON representation
Binary packers are tools used to compress and obfuscate executable files, making them smaller and more difficult to analyze. Detecting packers is crucial in various security and reverse engineering tasks. This project aims to explore different techniques for detecting binary packers.
- Host: GitHub
- URL: https://github.com/cybersecurity-dev/packerscope
- Owner: cybersecurity-dev
- License: apache-2.0
- Created: 2024-10-23T12:48:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T10:03:40.000Z (5 months ago)
- Last Synced: 2025-01-24T10:30:23.887Z (5 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PackerScope
Binary packers are tools used to compress and obfuscate executable files, making them smaller and more difficult to analyze. Detecting packers is crucial in various security and reverse engineering tasks. This project aims to explore different techniques for detecting binary packers.