Corrected Documentation
parent
bc18389284
commit
559b592394
|
@ -39,7 +39,7 @@ buf << make_nops(14) # Fill past possibly corrupted location
|
||||||
buf << payload # Location that is jumped to
|
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
|
## Example Execution
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue