diff --git a/pwndbg/ida.py b/pwndbg/ida.py index 27462ec60..b1fd49650 100644 --- a/pwndbg/ida.py +++ b/pwndbg/ida.py @@ -249,3 +249,11 @@ def isASCII(flags): @pwndbg.memoize.reset_on_objfile def ArgCount(address): pass + +@withIDA +def SaveBase(path): + return _ida.SaveBase(path) + +@withIDA +def GetIdbPath(): + return _ida.GetIdbPath()