Fix for indentation

This commit is contained in:
jvazquez-r7 2015-06-10 14:14:29 -05:00
parent 7202e27918
commit 1d05ce1cdc
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 5 additions and 5 deletions

View File

@ -54,11 +54,11 @@ package
Logger.log("[*] Exploiter - spray_objects()")
for (var i:uint = 0; i < spray.length; i++)
{
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
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
}
}