summaryrefslogtreecommitdiff
path: root/docs/dev/concepts.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-02-26 15:38:45 -0500
committerJordan Wiens <jordan@psifertex.com>2024-02-26 15:38:45 -0500
commitbe6d9389670c931fae1fc5c58a847da51ffa1c93 (patch)
tree6c72bf62ac1d9e9e9837701ca58219e276476e34 /docs/dev/concepts.md
parent86686b2901cba24a10fe77f570ad91a222b859a8 (diff)
add warning around improtlib in terms of which plugins dont work with it
Diffstat (limited to 'docs/dev/concepts.md')
-rw-r--r--docs/dev/concepts.md2
1 files changed, 1 insertions, 1 deletions
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.