mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
8 lines
219 B
Python
8 lines
219 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import print_function
|
|
import frida
|
|
|
|
|
|
print("Local parameters:", frida.query_system_parameters())
|
|
print("USB device parameters:", frida.get_usb_device().query_system_parameters())
|