From edc3642b40f1648730b13fbdd66f85c55200d12e Mon Sep 17 00:00:00 2001 From: ebiazo Date: Wed, 9 Feb 2022 17:02:14 -0500 Subject: [PATCH] doc formatting --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 47f02d0..8e762bc 100644 --- a/README.md +++ b/README.md @@ -1,46 +1,60 @@ # Calltree + Author: **Eric Biazo** Calltree generator for function ## Description: + Generates call tree ## Releases + * v0.0 -- Beta release ## Minimum Version + This plugin requires the following minimum version of Binary Ninja: * 2966 ## License + This plugin is released under an [MIT license](./LICENSE). ## Caution + When working with really big binaries with alot of xrefs, you would want to change recursive depth to smaller number or else Binary Ninja might hang. ## Description + ![](images/2022-02-09-16-42-57.png) ### Expand and Collapse tree + **Expanded** + ![](images/2022-02-09-16-50-03.png) **Collapse** + ![](images/2022-02-09-16-51-28.png) **Search** + ![](images/2022-02-09-16-53-33.png) **Recursion Depth** + **Show Only Root Level** ![](images/2022-02-09-16-57-21.png) **Default Recursion Depth in Setting** + ![](images/2022-02-09-16-59-03.png) ## Future Work: + - [ ] Ability to expand selected function - [x] Ability to expand all functions - [x] Setting and viewing depth of function recursion