fuzzware-fuzzer / fuzzware-emulator

Fuzzware's emulation component. Belongs to fuzzware main repo.
Apache License 2.0
5 stars 16 forks source link

[bugfix] argument overwrite in bintrace.py/trace_mem_access function #6

Closed c01dkit closed 1 year ago

c01dkit commented 1 year ago

Since the trace_mem_access function in bintrace.py use the name access as parameter, the access = event.init('access') will overwrite this argument, causing access.type always be read.

Scepticz commented 1 year ago

Hi c01dkit,

thank you for the PR. This looks good.

Best Tobi