Vector35 / binaryninja-api

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

Support setting user global pointer value #5648

Closed xusheng6 closed 2 months ago

xusheng6 commented 3 months ago

In light of https://github.com/Vector35/binaryninja-api/issues/5617 and https://github.com/Vector35/binaryninja-api/issues/1221, I figured the global pointer value analysis is tricky to do and it is hard to guarantee that our analysis can get the correct value. It would be better if we can offer a way to set it directly

xusheng6 commented 3 months ago

We should also add a setting to disable the global pointer analysis entirely