GrammaTech / gtirb

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

IR issues #41

Closed arunchannaraju18 closed 3 years ago

arunchannaraju18 commented 3 years ago

@AaronBallman hello, I have one small issue , how to open generated IR? If any one has gtirb commands please share

a@a-VirtualBox:~$ gtirb-pprinter --ir helloworld [INFO] Reading GTIRB file: "helloworld" [ERROR] Failed to load the GTIRB data from the file.

i am getting this error

jdorn-gt commented 3 years ago

That error message usually indicates that the file named "helloworld" does not contain GTIRB data or that the GTIRB data has been corrupted.

Could you share some more information about how you generated the IR? For example, did you use ddisasm or some other tool?

eschulte commented 3 years ago

I'm closing this issue, please reopen if there is still a problem or if more assistance is needed. Thanks