From 00a643213d69a3152e21ae8fe20657674cfd8118 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 7 Oct 2025 20:40:33 -0400 Subject: Alert users to the fact that there is no real character type. --- docs/dev/annotation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/dev/annotation.md b/docs/dev/annotation.md index f084588b..a341b566 100644 --- a/docs/dev/annotation.md +++ b/docs/dev/annotation.md @@ -114,7 +114,7 @@ Binary Ninja provides a flexible API for creating and defining types explicitly. There are a number of different type objects available for creation: - Integer Types -- Characters Types (technically an integer) +- ~~Characters Types (technically an integer)~~ ([just a 1-byte signed integer](https://github.com/Vector35/binaryninja-api/issues/5355)) - Wide Characters Types (also technically an integer) - Boolean (guess what? also technically an integer) - Float Types (definitely not an integer) -- cgit v1.3.1