Solved by 4rbit3r This was another good challenge from the ctf. This one actually taught me a new vector of exploit called bit-flip. The binary first takes in an input and then converts it into a number using strtol() (call it n) and stores it in rbx register.Then it divides n by 3 and stores... Continue Reading →
Advertisements
Recent Comments