Package bap :: Module rpc
[hide private]
[frames] | no frames]

Module rpc

source code

Classes [hide private]
  Resource
  Project
  Image
  Segment
  Symbol
  Memory
  ServerError
  Error
  Id
  Bap
Functions [hide private]
 
init_requests() source code
 
del_instance() source code
 
get_instance(**kwargs) source code
 
spawn_server(**kwargs) source code
 
disasm(obj, **kwargs)
disasm(obj) disassembles provided object.
source code
 
image(f, **kwargs) source code
 
load_chunk(s, **kwargs) source code
 
jsons(r, p=0) source code
 
parse_target(js) source code
 
parse_bil(js) source code
 
parse_insn(js) source code
 
hexs(data) source code
Variables [hide private]
  DEBUG_LEVEL = ['Critical', 'Error']
  storage = threading.local()
  servers = {}
  server_lock = threading.Lock()
  requests_lock = threading.Lock()
  request = None
  RETRIES = 10
  __package__ = 'bap'
Function Details [hide private]

disasm(obj, **kwargs)

source code 

disasm(obj) disassembles provided object. Returns a generator object yielding instructions.