Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Kyle committed Feb 14, 2024
1 parent 955e28e commit a13d5c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angrop/chain_builder/func_caller.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class FuncCaller(Builder):
calling convention
"""

def _func_call(self, func_gadget, cc, args, extra_regs=None, preserve_regs=None, needs_return=True):
def _func_call(self, func_gadget, cc, args, extra_regs=None, preserve_regs=None,
needs_return=True, **kwargs):
"""
func_gadget: the address of the function to invoke
cc: calling convention
Expand Down

0 comments on commit a13d5c9

Please sign in to comment.