|
libcod
|
#include <string.h>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) |
| 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 | ) |