Simple parser of PE files. Final project of the course "Modern Programming in C.".
To download the code, git must be installed on your system. Being aware of this, run in the terminal:
git clone https://github.com/PoH314/Bufos-Bot.git
For the installation we are using gcc 10.2.0, so being in the project directory, run in the terminal:
make
make install
Being in the project directory just call the binary readpe with an .exe file:
./readpe exe_file.exe
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.