Skip to content

Commit 559b592

Browse files
committed
Corrected Documentation
1 parent bc18389 commit 559b592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/modules/exploit/windows/fileformat/dupscout_xml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ buf << make_nops(14) # Fill past possibly corrupted location
3939
buf << payload # Location that is jumped to
4040
```
4141

42-
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.
42+
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.
4343

4444
## Example Execution
4545

0 commit comments

Comments
 (0)