summaryrefslogtreecommitdiff
path: root/pwnlib/rop/rop.py
diff options
context:
space:
mode:
Diffstat (limited to 'pwnlib/rop/rop.py')
-rw-r--r--pwnlib/rop/rop.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pwnlib/rop/rop.py b/pwnlib/rop/rop.py
index 2c99282..0992373 100644
--- a/pwnlib/rop/rop.py
+++ b/pwnlib/rop/rop.py
@@ -1037,10 +1037,6 @@ class ROP(object):
return stack
-
- def find_stack_adjustment(self, slots):
- self.search(move=slots * context.bytes)
-
def chain(self, base=None):
"""Build the ROP chain