From 1ccdadce015abd4f57371168d2b3922716e9980d Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 18 Mar 2023 21:21:45 -0400 Subject: Create new subpackage 'builder' This is a package to contain the related Payload and ROP modules, as well as utility classes. Payload is moved into the new package. Signed-off-by: Malfurious Signed-off-by: dusoleil --- sploit/builder/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sploit/builder/__init__.py (limited to 'sploit/builder/__init__.py') diff --git a/sploit/builder/__init__.py b/sploit/builder/__init__.py new file mode 100644 index 0000000..54e5fd5 --- /dev/null +++ b/sploit/builder/__init__.py @@ -0,0 +1,3 @@ +from . import ( + payload, +) -- cgit v1.2.3