mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 17:51:32 +00:00
removed debug print
This commit is contained in:
parent
fe74c68c42
commit
c283487d94
@ -102,8 +102,6 @@ def main():
|
||||
|
||||
uc.mem_map(STACK_ADDRESS, STACK_SIZE)
|
||||
uc.reg_write(UC_MIPS_REG_SP, STACK_ADDRESS + STACK_SIZE)
|
||||
|
||||
print(STACK_ADDRESS + STACK_SIZE)
|
||||
|
||||
# reserve some space for data
|
||||
uc.mem_map(DATA_ADDRESS, DATA_SIZE_MAX)
|
||||
|
Loading…
x
Reference in New Issue
Block a user