mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Add base implementation guard
This commit is contained in:
@@ -123,6 +123,9 @@ class FunctionContainer(object):
|
||||
return f
|
||||
return self._do_ensure_function(address)
|
||||
|
||||
def _do_ensure_function(self, address):
|
||||
raise NotImplementedError("not implemented")
|
||||
|
||||
class Process(FunctionContainer):
|
||||
def __init__(self, session):
|
||||
super(Process, self).__init__()
|
||||
|
||||
Reference in New Issue
Block a user