This project provides a tool to detect vulnerable functions in ELF (.bin) binaries and patch them with safer alternatives.
✅ Detects unsafe functions (gets, strcpy, sprintf, …)
✅ Automatically patches with secure wrapper functions in SAFE bin file
✅ Supports batch scanning for multiple ELF files at once
ex) In this picture, It's Inspecting a,b files.
and run dectection_patch.py to patch the file that could be vulnerable

