libcod
cracking.hpp File Reference
#include <string.h>
Include dependency graph for cracking.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int cracking_nop (int from, int to)
 
void cracking_hook_function (int from, int to)
 
void cracking_hook_call (int from, int to)
 
int cracking_write_hex (int address, char *hex)
 
int singleHexToNumber (char hexchar)
 
int hexToBuffer (char *hex, char *buffer, int bufferLen)
 
int cracking_call_function (int func_address, char *args, unsigned char *data)
 

Function Documentation

int cracking_call_function ( int  func_address,
char *  args,
unsigned char *  data 
)

Here is the caller graph for this function:

void cracking_hook_call ( int  from,
int  to 
)

Here is the caller graph for this function:

void cracking_hook_function ( int  from,
int  to 
)

Here is the caller graph for this function:

int cracking_nop ( int  from,
int  to 
)
int cracking_write_hex ( int  address,
char *  hex 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int hexToBuffer ( char *  hex,
char *  buffer,
int  bufferLen 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int singleHexToNumber ( char  hexchar)

Here is the caller graph for this function: