Skip to content

Commit

Permalink
publish[1.6.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
serfend committed Aug 10, 2023
1 parent 4db9ac2 commit 7da0d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sgtlibc/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = "[email protected]"
__license__ = "MIT Licence"
Expand Down

0 comments on commit 7da0d75

Please sign in to comment.