libcod
|
#include "cracking.hpp"
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 | singleHexToNumber (char hexchar) |
int | hexToBuffer (char *hex, char *buffer, int bufferLen) |
int | cracking_write_hex (int address, char *hex) |
int | cracking_call_function (int func_address, char *args, unsigned char *data) |
int cracking_call_function | ( | int | func_address, |
char * | args, | ||
unsigned char * | data | ||
) |
void cracking_hook_call | ( | int | from, |
int | to | ||
) |
void cracking_hook_function | ( | int | from, |
int | to | ||
) |
int cracking_nop | ( | int | from, |
int | to | ||
) |
int cracking_write_hex | ( | int | address, |
char * | hex | ||
) |
int hexToBuffer | ( | char * | hex, |
char * | buffer, | ||
int | bufferLen | ||
) |
int singleHexToNumber | ( | char | hexchar | ) |