Corrected Documentation

MS-2855/keylogger-mettle-extension
Jacob Robles 2018-02-01 13:17:02 -06:00
parent bc18389284
commit 559b592394
No known key found for this signature in database
GPG Key ID: 3EC9F18F2B12401C
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ buf << make_nops(14) # Fill past possibly corrupted location
buf << payload # Location that is jumped to
```
Note: The last make_nops will offset the location of the payload. The offset is included to account for writes to the stack buffer that occur when whitespace characters are included in the Command file. By offsetting the payload, the number of bad characters can be reduced to just the single or double quote characters.
Note: The last make_nops will offset the location of the payload. The offset is included to account for writes to the stack buffer that after the user-supplied Command file has been processed.
## Example Execution