Skip to content

Commit 3415e83

Browse files
committed
fix: readme typo
1 parent 0d4ea0f commit 3415e83

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# BN TypeLib Exporter
22

3-
This plugin compiles exported functions and its corresponding types into a Binary Ninja type library. It can also load and apply
4-
a type library from disk. 2 buttons in the plugin dropdown menu are created, `Export As Type Library` and `Apply Type Library`.
5-
For type library exporting, a pop-up window will show detailing what options you would like to specify. Options include
6-
alternative names(libcurl.so.5.0.0, libcurl.so.5, libcurl.so), a dependency name, and the path where you want the library exported to.
7-
For type library importing, a pop-up window will ask for the path to a `.bntl` file which will be imported and applied to the
3+
This plugin compiles exported functions and its corresponding types into a Binary Ninja type library. It can also load
4+
and apply
5+
a type library from disk. 2 buttons in the plugin dropdown menu are created, `Export As Type Library`
6+
and `Apply Type Library`.
7+
For type library exporting, a pop-up window will show detailing what options you would like to specify. Options include
8+
alternative names(libcurl.so.5.0.0, libcurl.so.5, libcurl.so), a dependency name, and the path where you want the
9+
library exported to.
10+
For type library importing, a pop-up window will ask for the path to a `.bntl` file which will be imported and applied
11+
to the
812
current binary view and any successive binary view in the current session.
913

10-
A potential workflow for this plugin would be to compile an open source library with debug information, load it into Binary Ninja,
11-
run the debuginfo parser, and export it to a type library.
14+
A potential workflow for this plugin would be to compile an open source library with debug information, load it into
15+
Binary Ninja,
16+
run the debug info parser, and export it to a type library.
1217

1318
## Future Plans
1419
- [ ] Headless support

0 commit comments

Comments
 (0)