Skip to content

Commit

Permalink
doc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiazo committed Feb 9, 2022
1 parent 84021bd commit edc3642
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit edc3642

Please sign in to comment.