SharifCTF Runme Writeup

So Sharif CTF was overall a good CTF and it had quite a few windows reversing questions.
Runme was to run the program by modifying it, in the least possible way. And then we had to find the MD5 hash of the file.
On analyzing the binary, there were some messed up header information and stuff of the sort.
So I used the tool called LORDPE to edit the headers.
After comparing with other binaries, I noticed that the subsystem number was set to 1 which is not usually the subsystem number for an ordinary executable.
So I changed it to 2 and voila! it worked. 

Thanks for reading. :)

Comments

Popular posts from this blog

An introduction to GDB