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

Reading raw primary call graph - forever #42

Closed marakew closed 4 months ago

marakew commented 4 months ago

after load workspace i try load my diff by pressing twice by name

i see message box progress dialog

Loading Diff 'my_vs_my1' Reading raw primary call graph...'

and thats all

when it start, java.exe consume over 99% CPU and around 1Gb memory after few seconds its rollback to normal

but progress loading infinet i see only seconds tick "9999 seconds" etc

iam try update jre but it doest help

any idea how to debug issue ?

marakew commented 4 months ago

increase memory reserve usage, issue solved

"javaw.exe" "-Xms500m" "-Xmx1600m" "-jar" "bindiff.jar"