port_disasm.h File Reference


Detailed Description

Provides information on dynamically-generated code.


Classes

struct  port_disasm_info_t

Typedefs

typedef port_disassembler_t port_disassembler_t

Functions

apr_status_t port_disasm_initialize ()
 Initializes the disasm module.
apr_status_t port_disassembler_create (port_disassembler_t **disassembler, apr_pool_t *pool)
 Creates the disassembler.
apr_status_t port_disasm_set_info (port_disassembler_t *disassembler, const port_disasm_info_t new_info, port_disasm_info_t *old_info)
 
Parameters:
new_info - the info to set up

apr_status_t port_disasm (port_disassembler_t *disassembler, const char *code, unsigned int len, char **disasm_code)
 Translates from machine native to human readable code.
apr_status_t port_disasm_to_file (port_disassembler_t *disassembler, const char *code, unsigned int len, apr_file_t *thefile)
 Translates from machine native to human readable code.


Genereated on Tue Mar 11 19:25:42 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.