Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatic Symbol porting #8

Open
cblichmann opened this issue Sep 21, 2023 · 1 comment
Open

automatic Symbol porting #8

cblichmann opened this issue Sep 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@cblichmann
Copy link
Member

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
Copy link
Member Author

Possible command-line interface:

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

@cblichmann cblichmann added the enhancement New feature or request label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant