> Hands-on Work
Binary Analysis Tool
• Primally coded with Python for Windows and Linux use.
• Developed a basic tool to analyze binary files and extract readable strings for inspection and suspicious patterns.
• Applied foundational reverse engineering concepts to understand binary structure and behavior.
• Tested tool functionality against sample files and documented results.
Homemade Virus via Hash Scanner
• Primally coded with Python for Windows and Linux use.
• Developed a basic tool to find the SHA-2 256 hash and upload to VT via API.
• Automatically scans files within a drive or folder.
• Testing tool and adjusting.