angr / angr-examples

Example scripts using angr
BSD 2-Clause "Simplified" License
26 stars 4 forks source link

How to assemble a data.bin from trace file? #7

Open shinibufa opened 9 months ago

shinibufa commented 9 months ago

Question

Hello to the brilliant minds behind angr-examples! I'm truly grateful for the incredible work you've put into this project. Currently, I find myself in need of delving into taint analysis using a trace file generated by a Pin debug trace. To navigate this, I'm eager to learn from the 0ctf_trace. However, I've hit a roadblock: I'm uncertain about assembling a data.bin from the trace file. Can you provide guidance on tackling this challenge? Your expertise is immensely appreciated. Thank you!