Whatever I had before renaming.

This commit is contained in:
Peter Goodman
2017-11-01 12:14:22 -04:00
parent a46e06b03b
commit f7f029965b
2 changed files with 12 additions and 3 deletions
+2 -1
View File
@@ -268,7 +268,8 @@ def main():
use_sim_procedures=True,
translation_cache=True,
support_selfmodifying_code=False,
auto_load_libs=True)
auto_load_libs=True,
exclude_sim_procedures_list=['printf', 'fprintf'])
entry_state = project.factory.entry_state(
add_options={angr.options.ZERO_FILL_UNCONSTRAINED_MEMORY,