Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
941 stars 213 forks source link

Setting `analysis.limits.maxGlobalPointerValueUpdates` to 0x0 causes analysis to hang #6134

Closed xusheng6 closed 1 week ago

xusheng6 commented 1 week ago

Right now, the analysis will bait out when the when the number of GP value update is larger than the value of analysis.limits.maxGlobalPointerValueUpdates. However, setting it to 0x0 disables this limit, which means the GP value update will run forever