Created
October 15, 2017 21:57
-
-
Save ammaraskar/f35742286e8285b57b612afea74919f2 to your computer and use it in GitHub Desktop.
Array indexing comparison
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
| 40061c: 48 8d 14 85 00 00 00 lea rdx,[rax*4+0x0] | |
| 400623: 00 | |
| 400624: 48 8d 85 b0 f2 fc ff lea rax,[rbp-0x30d50] | |
| 40062b: 48 8d 34 10 lea rsi,[rax+rdx*1] | |
| ... | |
| 40065d: 89 06 mov DWORD PTR [rsi],eax |
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
| 40064b: 89 84 95 b0 f2 fc ff mov DWORD PTR [rbp+rdx*4-0x30d50],eax |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment