binGraph icon indicating copy to clipboard operation
binGraph copied to clipboard

Add Macho filetype parsing to ent graph.py

Open geekscrapy opened this issue 7 years ago • 2 comments

To start:

ELF - using lief - already started in #1 Macho - using lief

geekscrapy avatar Oct 02 '18 22:10 geekscrapy

Macho parsing was also partially working in that #1, btw.

As for ELF parsing, it was working better in #1 than $HEAD.

Try generating ent graph on this http://02.lv/f/2018/10/16/ls.elf

0ki avatar Oct 16 '18 19:10 0ki

~I have a file 340s.exe but when I run the file it gives me this~ ~python binGraph.py -f 340s.exe --out "/home/marshall/Downloads/clg project2/toGraph" --json --graphtitle "340s.exe" --showplt --format png --figsize 8 8 --dpi 100 --blob -v 'ent' agg matplotlib backend in use. This graph generation was tested with "TkAgg", bugs may lie ahead... Parsing file as blob (as requested) /home/marshall/Downloads/clg project2/binGraph-master/binGraph/binGraph.py:230: UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. plt.show() ~ ~What to do now?~ Screenshot from 2022-07-07 12-37-43

Edit: Moved to a new issue

Concept606 avatar Jul 07 '22 07:07 Concept606