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/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sploit/__init__.py') diff --git a/sploit/__init__.py b/sploit/__init__.py index 9a38a78..1eb570c 100644 --- a/sploit/__init__.py +++ b/sploit/__init__.py @@ -1,12 +1,12 @@ from sploit import ( arch, + builder, comm, log, - payload, + rev, symtbl, until, util, - rev, ) __version__ = util.git_version() -- cgit v1.2.3