Vector35 / binaryninja-api

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

Documentation needed on how a Function's end is determined and how it can be changed. #3390

Closed plafosse closed 1 year ago

plafosse commented 2 years ago

Binary Ninja calculates a function's "end" differently than other products. Though we believe this to be a superior approach it can cause confusion when someone wants to end a function early. The possible options should be explained somewhere and if possible the user should be notified.

psifertex commented 2 years ago

Will go in new concepts section https://github.com/Vector35/binaryninja-api/blob/dev/docs/dev/concepts.md

psifertex commented 1 year ago

Added in concepts in builds > 4500