From 218b5717802defe0218b1237bdfc21634582d502 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 18 Mar 2023 21:21:47 -0400 Subject: 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 Signed-off-by: dusoleil --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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 = [ -- cgit v1.2.3