Fix table

This commit is contained in:
lucky-vers 2023-11-04 23:43:10 +05:30
parent f262c1fbc1
commit af6e84b543

View file

@ -157,14 +157,14 @@ Performing a search for every instruction with the structure above, we get
So we get the hex values for the possible keybinds as `0x6c`, `0x70`, `0x77`, `0x73`, `0x61` and `0x64`. Converting them to ASCII leads to the following possible keybinds being discovered
| Hex | ASCII |
+------+-------+
| 0x6c | l |
| 0x70 | p |
| 0x77 | w |
| 0x73 | s |
| 0x61 | a |
| 0x64 | d |
| Hex | ASCII |
|--------|-------|
| `0x6c` | l |
| `0x70` | p |
| `0x77` | w |
| `0x73` | s |
| `0x61` | a |
| `0x64` | d |
# buffer overflow 0