Method |
Description |
|
BfdDisassembler ( Process process, bool is_x86_64 ) : System |
|
|
bfd_glue_create_disassembler ( bool is_x86_64, ReadMemoryHandler read_memory_cb, OutputHandler output_cb, PrintAddressHandler print_address_cb ) : IntPtr |
|
|
bfd_glue_disassemble_insn ( IntPtr handle, long address ) : int |
|
|
bfd_glue_free_disassembler ( IntPtr handle ) : void |
|
|
output_func ( long address ) : void |
|
|
output_func ( string output ) : void |
|
|
print_address_func ( long address ) : void |
|
|
read_memory_func ( long address, IntPtr data, int size ) : int |
|
|