remove some prints

This commit is contained in:
Jack Bond-Preston 2020-11-28 14:14:46 +00:00
parent e9245580e6
commit e726e702ea

View File

@ -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'])