Bbbbloat

very easy chall

starting off the challenge we were given an elf file, running the file the program will ask for the programs favourite number so i went straight to ghidra to see how the code works

after finding the main function we can just see the code and its pretty simple

the program main if is this part so it will take our input then compare it to the hardcoded value

Last updated