Projects
ELFInspect is a binary analysis tool for ELF files, offering features such as ELF header parsing, disassembly, control flow graph generation, and syscall pattern detection.
The MedAccess-Control project is a simulation of mandatory access control (MAC) in a hospital setting.
KeyCrack is a cryptographic analysis tool that demonstrates vulnerabilities in RSA and Simplified DES (SDES), including Low Exponent and Common Factor attacks. Built using SageMath, it provides practical insights into cryptographic weaknesses for educational and research purposes.
A Java-based compiler prototype that performs lexical and syntactic analysis using NFA, DFA, and LL(1) parsing approaches.
A set of Bash scripts to automate the creation, configuration, and testing of RAID 0+5 arrays and Virtual Hard Disks (VHDs) on Linux systems. The scripts simplify the process of setting up storage configurations, ensuring performance and redundancy.
A testing framework designed for automating and validating functionalities in the RoboCup Soccer Simulation 2D (RCSS2D) environment
A JavaFX-based application for visualizing and analyzing paths between street corners using depth-first search (DFS). Users can input street connections, visualize potential routes, and analyze connectivity with an interactive graphical interface.