# debogus **Repository Path**: lr2001/debogus ## Basic Information - **Project Name**: debogus - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-20 - **Last Updated**: 2025-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # debogus Deobfuscate OLLVM Bogus Control Flow with angr ## Usage ``` python debogus.py [-h] [-f FILE] [-s START] ``` ### Arguments - `-h, --help` Show this help message and exit - `-f FILE, --file FILE` File to deobfuscate - `-s START, --start START` Starting address of target function (Optional, address of `main` function by default) ### Examples See [test.bat](test.bat) or [test.sh](test.sh)