This is another beginner Assembly Language Programming Challenge. If you have never written any Assembler but always wanted to, this challenge is for you.
Modify the 5 (unsigned) constants at the top of AndhraPradesh.asm then compile, link and run to find the flag. A script is provided to compile, link and run the program. The program exits with different error codes when the constants are incorrect. A readme is provided with more details and references to internet tutorials on Assembler programming.
This challenge involves the je, jne, ja, jb instructions. The ah and al registers are also used. Unsigned register values are used to allow for easier inspection of register values in gdb.
Good Luck!
Thanks.
https://medium.com/@subeshpoudel20/andhrapradesh-assembler-chall-intro-to-reverse-engineering-92d1c79f5449
You're welcome.
Thanks... I have the next challenge formed in my mind, I just need to create it.
Thanks!
Thanks.
https://medium.com/@subeshpoudel20/andhrapradesh-assembler-chall-intro-to-reverse-engineering-92d1c79f5449
4 months ago
Nice way to understand ja and jb.