feat: completely remove start remote frida-server feature

This commit is contained in:
WorldObservationLog
2024-05-04 20:13:13 +08:00
parent 22eeed00a0
commit 4c1dcd9a72
4 changed files with 3 additions and 20 deletions

View File

@@ -43,7 +43,7 @@ class NewInteractiveShell:
logger.add(lambda msg: print_formatted_text(ANSI(msg), end=""), colorize=True, level="INFO")
for device_info in self.config.devices:
device = Device(frida_path=device_info.fridaPath, su_method=device_info.suMethod)
device = Device(su_method=device_info.suMethod)
device.connect(device_info.host, device_info.port)
logger.info(f"Device {device_info.host}:{device_info.port} has connected")
self.devices.append(device)