summaryrefslogtreecommitdiff
path: root/docs/about
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2023-01-18 11:15:17 +0800
committerXusheng <xusheng@vector35.com>2023-01-19 09:50:35 +0800
commite4ab8f35ce16baafe11d7056d1d1304f3c057cd5 (patch)
tree415154972bad461bdc2e5a3a93f4c7c6b5f767c0 /docs/about
parent919384bb2bb9216e000750a00793549ef7a46d87 (diff)
Deprecate __len__ of Segment
Print a warning message when a deprecated function/property/class is used
Diffstat (limited to 'docs/about')
-rw-r--r--docs/about/open-source.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md
index 682b87e1..a33768a6 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -48,6 +48,7 @@ The previous tools are used in the generation of our documentation, but are not
- [xed] ([xed license] - Apache License 2.0) used for disassembling x86, x64, and x16
- [capstone] ([capstone license] - 3-clause BSD) used in the [PPC architecture module] as an example of how to wrap an external disassembler
- [flatbuffer] ([flatbuffer license] - Apache License 2.0) used in the binary format for the function fingerprint libraries
+ - [deprecation] ([deprecation license] - Apache License 2.0) used in the Python API for marking deprecated functions/properties/classes
## Building Qt
@@ -140,4 +141,6 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[pdb (Rust crate)]: https://github.com/willglynn/pdb
[pdb license]: https://github.com/willglynn/pdb/blob/master/LICENSE-APACHE
[botan]: https://github.com/randombit/botan
-[botan license]: https://github.com/randombit/botan/blob/master/license.txt \ No newline at end of file
+[botan license]: https://github.com/randombit/botan/blob/master/license.txt
+[deprecation]: https://github.com/briancurtin/deprecation
+[deprecation license]: https://github.com/briancurtin/deprecation/blob/master/LICENSE \ No newline at end of file