remove some prints
This commit is contained in:
parent
e9245580e6
commit
e726e702ea
@ -121,11 +121,9 @@ class ROPMakerX86(object):
|
|||||||
|
|
||||||
p += pack("<I", write4where['vaddr'])
|
p += pack("<I", write4where['vaddr'])
|
||||||
p += self.__padding(write4where, {})
|
p += self.__padding(write4where, {})
|
||||||
print()
|
|
||||||
|
|
||||||
offset += 4
|
offset += 4
|
||||||
address += 4
|
address += 4
|
||||||
print()
|
|
||||||
|
|
||||||
# write null byte after command string
|
# write null byte after command string
|
||||||
p += pack("<I", popDst['vaddr'])
|
p += pack("<I", popDst['vaddr'])
|
||||||
|
Loading…
Reference in New Issue
Block a user