bindiff icon indicating copy to clipboard operation
bindiff copied to clipboard

automatic Symbol porting

Open cblichmann opened this issue 2 years ago • 1 comments

Steps to reproduce the problem:

  1. Create golden database
  2. Created new database
  3. Try to port symbols from the command line

What is the expected behavior? port symbols from the golden database to the new database

What went wrong? Can't be done via command line

What version of the product are you using? On what operating system? BinDiff 4/5 Ida 6.95/7.2

Any other comments? N/A

Ported from b/128820271

cblichmann avatar Sep 21 '23 12:09 cblichmann

Possible command-line interface:

/opt/ida-8.3/ida64 \
  -OBinDiffAlsoLogToStdErr:TRUE \
  -OBinDiffAutoAction:ImportSymbols \
  -OBinDiffSecondary:/path/to/golden/database.i64 \
  -A \
  947798870176e52becbf41b08f309a74d9b0d9bff301a4afcb0d79f5a12bf9ea.i64

cblichmann avatar Sep 21 '23 12:09 cblichmann