Sudirman Microphone Tuner
Category: pwn
Description
Solution
Step 1: Understanding the binary
$ file sudirman_mic
sudirman_mic: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=094ce005b55fa2f95542fa2e2dce6aae42bf9722, for GNU/Linux 3.2.0, not strippedStep 2: Security protections
$ rabin2 -I sudirman_mic
Step 3: Running the program

Step 4: Reverse Engineering

Step 5: Finding offset

Step 6: Exploit
Final exploit
Flag

Last updated