Created
August 26, 2017 21:00
-
-
Save jiva/9c20c9b900625987ee3f6e44e6cd6b35 to your computer and use it in GitHub Desktop.
jiva.io | microcorruption | disassembly | sydney | main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 4438 <main> | |
| 4438: 3150 9cff add #0xff9c, sp | |
| 443c: 3f40 b444 mov #0x44b4 "Enter the password to continue.", r15 | |
| 4440: b012 6645 call #0x4566 <puts> | |
| 4444: 0f41 mov sp, r15 | |
| 4446: b012 8044 call #0x4480 <get_password> | |
| 444a: 0f41 mov sp, r15 | |
| 444c: b012 8a44 call #0x448a <check_password> | |
| 4450: 0f93 tst r15 | |
| 4452: 0520 jnz #0x445e <main+0x26> | |
| 4454: 3f40 d444 mov #0x44d4 "Invalid password; try again.", r15 | |
| 4458: b012 6645 call #0x4566 <puts> | |
| 445c: 093c jmp #0x4470 <main+0x38> | |
| 445e: 3f40 f144 mov #0x44f1 "Access Granted!", r15 | |
| 4462: b012 6645 call #0x4566 <puts> | |
| 4466: 3012 7f00 push #0x7f | |
| 446a: b012 0245 call #0x4502 <INT> | |
| 446e: 2153 incd sp | |
| 4470: 0f43 clr r15 | |
| 4472: 3150 6400 add #0x64, sp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment