diff --git a/src/rpcclient/rpcclient/client.py b/src/rpcclient/rpcclient/client.py index b8953314..703b3a00 100644 --- a/src/rpcclient/rpcclient/client.py +++ b/src/rpcclient/rpcclient/client.py @@ -90,6 +90,7 @@ def info(self): print(f'ppid: {self.symbols.getppid():d}') print(f'progname: {self.symbols.getprogname().peek_str()}') + @property def uname(self): """ get the utsname struct from remote """ raise NotImplementedError()