mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Update name displayed for the system session
This commit is contained in:
+1
-1
@@ -295,7 +295,7 @@ def main():
|
||||
device_type = self._device.type
|
||||
type_name = self._target[0]
|
||||
if self._target[0] == 'pid' and self._target[1] == 0:
|
||||
target = 'Kernel'
|
||||
target = 'System'
|
||||
else:
|
||||
target = self._target[1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user