Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T13:12:29.000Z (14 days ago)
- Last Synced: 2024-12-22T14:23:33.883Z (14 days ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.