kumaraguruv / zynamics

Automatically exported from code.google.com/p/zynamics
0 stars 0 forks source link

BinDiff 4.0 trouble exporting data to text file #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Loading a file into IDA Pro 
2.Diffing the database with a separate file and comparing using BinDiff plug-in
3.Left with matched functions window (which I want to export to a text/html 
file).

What is the expected output? What do you see instead?

I am able to successfully diff the database, I want the matched function 
results window to be output to a text file. However, I can only produce a 
.BinDiff and .BinExport. P

What version of the product are you using? On what operating system?
BinDiff 4.0 on Linux Ubuntu 12.10 with IDA Pro (full-version) 6.5

Please provide any additional information below.
I am not looking to copy\paste, I am looking for a manner in which I can get 
all the information from the matched functions window to a text file. I am not 
looking for a .BinDiff file either. 

Original issue reported on code.google.com by RGW.RobW...@gmail.com on 6 Jan 2014 at 4:09

GoogleCodeExporter commented 9 years ago
Hey,

I am not sure if a separate email got lost somewhere, but the .BinDiff file 
that BinDiff saves is in fact a sqlite3 database -- so the easiest way to get 
the
results would be to use sqlite to dump the results.

Cheers,
Thomas

Original comment by thomasdu...@google.com on 9 Jan 2014 at 1:01

GoogleCodeExporter commented 9 years ago

Original comment by timkor...@google.com on 28 Apr 2015 at 8:41