From 990fb887e08811ed0017045bd7064b244fa81285 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 18 Mar 2023 21:21:48 -0400 Subject: builder: Add initial version of ROP chain tools Adds a ROP-enabled payload builder under the builder namespace. Much of the behavior is parameterized by the active arch, so several new columns are added to the Arch class. Signed-off-by: Malfurious Signed-off-by: dusoleil --- sploit/builder/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sploit/builder/__init__.py') diff --git a/sploit/builder/__init__.py b/sploit/builder/__init__.py index f4638af..758d511 100644 --- a/sploit/builder/__init__.py +++ b/sploit/builder/__init__.py @@ -1,4 +1,5 @@ from . import ( gadhint, payload, + rop, ) -- cgit v1.2.3