Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.