From be6d9389670c931fae1fc5c58a847da51ffa1c93 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 26 Feb 2024 15:38:45 -0500 Subject: add warning around improtlib in terms of which plugins dont work with it --- docs/dev/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/concepts.md') diff --git a/docs/dev/concepts.md b/docs/dev/concepts.md index 12284416..85e81da4 100644 --- a/docs/dev/concepts.md +++ b/docs/dev/concepts.md @@ -201,4 +201,4 @@ Several settings under analysis limits are relevant to identifying these strings ### Custom String Formats -There is currently no support for custom types with different encoding mechanisms. Follow [#1334](https://github.com/Vector35/binaryninja-api/issues/1334) for more updates on when that feature is added. That said, it is possible to use a custom [DataRenderer](https://api.binary.ninja/binaryninja.datarender-module.html#binaryninja.datarender.DataRenderer) to improve the rendering using a custom type, but those strings will still not show up in the strings list or when included as variables in decompilation, only in linear view. \ No newline at end of file +There is currently no support for custom types with different encoding mechanisms. Follow [#1334](https://github.com/Vector35/binaryninja-api/issues/1334) for more updates on when that feature is added. That said, it is possible to use a custom [DataRenderer](https://api.binary.ninja/binaryninja.datarender-module.html#binaryninja.datarender.DataRenderer) to improve the rendering using a custom type, but those strings will still not show up in the strings list or when included as variables in decompilation, only in linear view. -- cgit v1.3.1