From 7da0d75384b19df4a79a2bb94a6f4b3adc312f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=89=E5=B9=BF?= Date: Thu, 10 Aug 2023 23:35:05 +0800 Subject: [PATCH] publish[1.6.0] --- sgtlibc/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgtlibc/__version__.py b/sgtlibc/__version__.py index 169c8ca..e5b7548 100644 --- a/sgtlibc/__version__.py +++ b/sgtlibc/__version__.py @@ -2,7 +2,7 @@ __description__ = f"a offline python-lib for search libc function.for search version of libc.you can use like:`{__title__} puts:aa0+read:140 --dump system binsh` or in python , like : `py:import {__title__};s = {__title__}.LibcSearcher();s.add_condition('puts',0xaa0)`" __keywords__ = ['libcsearcher'] __url__ = "https://github.com/serfend/sgtlibc" -__version__ = "1.15.10" +__version__ = "1.16.0" __author__ = "serfend" __author_email__ = "serfend@foxmail.com" __license__ = "MIT Licence"