angr / tracer

Utilities for generating dynamic traces
BSD 2-Clause "Simplified" License
88 stars 28 forks source link

Adding exclude_sim_procedures_list and defaults #16

Closed bannsec closed 7 years ago

bannsec commented 7 years ago

Since we can trace malloc for reals now, submitting to default tracer to use the real malloc. This could be overridden to use the SimProc by setting exclude_sim_procedures_list=[] or similar.