miasm
Reverse engineering framework
rpyc_ida Namespace Reference

Functions

def serve_threaded (hostname="localhost", port=4455)
 

Detailed Description

rpyc IDA server

Function Documentation

◆ serve_threaded()

def rpyc_ida.serve_threaded (   hostname = "localhost",
  port = 4455 
)
This will run a rpyc server in IDA, so a custom script client will be
able to access IDA api.
WARNING: IDA will be locked until the client script terminates.