hasherezade / tiny_tracer

A Pin Tool for tracing API calls etc
1.25k stars 138 forks source link

Add Ghidra script to import .tag files #25

Closed zxgio closed 1 year ago

zxgio commented 1 year ago

Hi, I've written a Ghidra Python 2/3 script to import .tag files. I'd like to add it to your main repository for "visibility", but I can create a different public repo if you prefer to keep things separate.

hasherezade commented 1 year ago

Hi @zxgio ! Thank you! Yes, to be honest I would prefer if you keep it in a separate repository. Then I will link it here: https://github.com/hasherezade/tiny_tracer/wiki/Using-the-TAGs-with-disassemblers-and-debuggers There are couple of conversion tools for the TAG format, and this format is used not only by TinyTracer. So it is better not to store it in the TinyTracer repo.

zxgio commented 1 year ago

I see; that's absolutely fine. I've just created my repository: ghidra_tag_importer Thanks

hasherezade commented 1 year ago

@zxgio - thank you! I added a link to your repo to the wiki: https://github.com/hasherezade/tiny_tracer/wiki/Using-the-TAGs-with-disassemblers-and-debuggers