From e4ab8f35ce16baafe11d7056d1d1304f3c057cd5 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Wed, 18 Jan 2023 11:15:17 +0800 Subject: Deprecate __len__ of Segment Print a warning message when a deprecated function/property/class is used --- docs/about/open-source.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.3.1