GrammaTech / gtirb

Intermediate Representation for Binary analysis and transformation
https://grammatech.github.io/gtirb/
Other
305 stars 36 forks source link

vscode extension available #55

Closed 5c4lar closed 2 years ago

5c4lar commented 2 years ago

I saw the gtirb vscode extension at https://grammatech.github.io/prj/gtirb-vscode/. That's pretty cool! When will this work be available to us?

eschulte commented 2 years ago

Hi @ucasqsl, thanks for asking and I'm happy you liked the demo!

There are components that enable the gtirb-vscode integration that are not open-source. We are not yet sure if and how we are going to release these components and/or gtirb-vscode as a whole. This is an active topic of discussion. I'll follow up in this thread as we formulate a plan here.

Can I ask, how would you anticipate using this if it were available?

5c4lar commented 2 years ago

I'm trying to write some analysis base on ddisasm's result. It would be very convenient to have a tool like this to visualize the Auxdata generated by the analysis. Also, I think I can use it to do binary rewriting when solving CTF challenges.

eschulte commented 2 years ago

This is now available as open-source software at https://github.com/grammatech/gtirb-vscode. It has not received much (or any) external use yet, so please let us know if you run into any issues getting it working locally and we'll help troubleshoot and improve our installation instructions.