io-no / libdebug

libdebug is a python library to automate the debugging of a binary executable.
Other
1 stars 1 forks source link

Instruction traces #11

Open io-no opened 10 months ago

io-no commented 10 months ago

Integrate a tracer for the executed instructions/basic blocks. Idea: dump the executed instructions given a specific input to compare with the traces produced with different inputs. This can be expanded with other meaningful stuff to trace.