Need to avoid badchar 0x00

0x00 becomes double null, which functions like a terminator
unstable
sinn3r 2013-03-22 13:18:32 -05:00
parent 566806487c
commit 0634cb9892
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ protected
# publication on "DEPS Precise Heap Spray on Firefox and IE10".
#
# The "sprayHeap" JavaScript function supports the following arguments:
# shellcode => The shellcode to spray in JavaScript.
# shellcode => The shellcode to spray in JavaScript. Note: Avoid null bytes.
# objId => Optional. The ID for a <div> HTML tag.
# offset => Optional. Number of bytes to align the shellcode, default: 0x104
# heapBlockSize => Optional. Allocation size, default: 0x80000