diff options
| author | Galen Williamson <galen@vector35.com> | 2022-01-27 13:54:10 -0500 |
|---|---|---|
| committer | Galen Williamson <galen@vector35.com> | 2022-01-27 13:54:10 -0500 |
| commit | 77156d6c65296f6790e05937d904eea85247c408 (patch) | |
| tree | 98ee959e7f2ff9216d26293a3ba431f6c760d43e /docs/guide/type.md | |
| parent | 724fafee1c75698d551a658fc5d9e3400dfd8513 (diff) | |
fixed all the OS X/MacOS to macOS
Diffstat (limited to 'docs/guide/type.md')
| -rw-r--r-- | docs/guide/type.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/type.md b/docs/guide/type.md index eea64e23..cacc6060 100644 --- a/docs/guide/type.md +++ b/docs/guide/type.md @@ -525,7 +525,7 @@ current_function.parameter_vars[0].type = Type.pointer(bv.arch, Type.char()) Type Libraries are collections of type information (structs, enums, function types, etc.) stored in a file with the extension `.bntl`. -Relative to the binaryninja executable, the default type library location is `../Resources/typelib` on MacOS and `./typelib` on Linux and Windows. Individual .bntl files are organized in subdirectories named for the supported architecture. Users may include their own type libraries +Relative to the binaryninja executable, the default type library location is `../Resources/typelib` on macOS and `./typelib` on Linux and Windows. Individual .bntl files are organized in subdirectories named for the supported architecture. Users may include their own type libraries The information in a type library is contained in two key-value stores: |
