remove more null bytes
This commit is contained in:
@ -132,6 +132,9 @@ class ROPMakerX86(object):
|
||||
if dataAddr % 2 == 0:
|
||||
dataAddr += 1
|
||||
|
||||
dataAddrStr = f"{dataAddr:08x}".replace("00", "01")
|
||||
dataAddr = int(dataAddrStr, 16)
|
||||
|
||||
print(f"dataAddr = 0x{dataAddr:08x}")
|
||||
|
||||
# prepend padding
|
||||
|
Reference in New Issue
Block a user