
My first Low-Level project
As I'm getting into low-level and combining it with cybersecurity, yesterday I've started a project that analyzes binary files and their structure. Introducing: Binalyzer: A simple binary file analyzer that shows information on their structure. Currently, I've completed the first out of five phases of this project, which is the simple detection and validation of either PE or ELF files . I'm making this in Python so I can learn more of the language and its more simple syntax. Here are some use cases: Check out and follow the project for future updates, here on GitHub I am open to any feedback, thanks for reading :)
Continue reading on Dev.to Python
Opens in a new tab


