Need to avoid badchar 0x00
0x00 becomes double null, which functions like a terminatorunstable
parent
566806487c
commit
0634cb9892
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue