n this blog post, we will see the solution of a Hack-The-Box reversing challenge called “Impossible Password”. Let’s check the binary first. $ file impossible_password.bin
impossible_password.bin: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=ba116ba1912a8c3779ddeb579404e2fdf34b1568, stripped This is a 64-bit ELF binary. So…