We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1960ef commit 00a6432Copy full SHA for 00a6432
docs/dev/annotation.md
@@ -114,7 +114,7 @@ Binary Ninja provides a flexible API for creating and defining types explicitly.
114
There are a number of different type objects available for creation:
115
116
- Integer Types
117
-- Characters Types (technically an integer)
+- ~~Characters Types (technically an integer)~~ ([just a 1-byte signed integer](https://github.com/Vector35/binaryninja-api/issues/5355))
118
- Wide Characters Types (also technically an integer)
119
- Boolean (guess what? also technically an integer)
120
- Float Types (definitely not an integer)
0 commit comments