mirror of
https://github.com/vee1e/Cryptonite-Taskphase.git
synced 2026-09-03 20:17:27 +00:00
Fix table
This commit is contained in:
parent
f262c1fbc1
commit
af6e84b543
1 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue