diff options
author | Malfurious <m@lfurio.us> | 2023-03-18 21:21:47 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2023-03-19 04:19:22 -0400 |
commit | 218b5717802defe0218b1237bdfc21634582d502 (patch) | |
tree | 5fbebf2651d8839b90e4f1df6a125cefd910034d /pyproject.toml | |
parent | 088a85f6f25be9cc282a8d8295634ff8bbe22389 (diff) | |
download | sploit-218b5717802defe0218b1237bdfc21634582d502.tar.gz sploit-218b5717802defe0218b1237bdfc21634582d502.zip |
builder: Add rop gadget annotation class
This dataclass is intended to be used directly with the new ROP builder
class. GadHints allow users to teach the library about gadgets it can
not find on its own and how to use them correctly.
Signed-off-by: Malfurious <m@lfurio.us>
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index d4aa8b3..041ee3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "sploit" description = "sploit is a process interaction automation tool with software exploitation focused utilities." readme = "README.txt" -requires-python = ">=3.8" +requires-python = ">=3.9" license = "Unlicense" license-files.paths = ["UNLICENSE"] authors = [ |