google / bindiff

Quickly find differences and similarities in disassembled code
https://zynamics.com/bindiff.html
Apache License 2.0
2.15k stars 130 forks source link

Variable names are not being imported anymore #13

Open cblichmann opened 11 months ago

cblichmann commented 11 months ago

Steps to reproduce the problem:

  1. Diff against a database that has local or global variable names
  2. Import the comments & symbol
  3. Check if the variables have been ported over

What is the expected behavior?

The variables in the matched functions should be ported over.

What went wrong?

The variables are not ported over.

What version of the product are you using? On what operating system?

Ported from b/206972653

erik9631 commented 5 months ago

Any update on this? Or alternative how to solve this?