CACAO
|
Go to the source code of this file.
Functions | |
void | patcher_patch_code (patchref_t *pr) |
bool | patcher_resolve_classref_to_classinfo (patchref_t *pr) |
bool | patcher_resolve_classref_to_vftbl (patchref_t *pr) |
bool | patcher_resolve_classref_to_flags (patchref_t *pr) |
bool | patcher_get_putstatic (patchref_t *pr) |
bool | patcher_get_putfield (patchref_t *pr) |
bool | patcher_invokestatic_special (patchref_t *pr) |
bool | patcher_invokevirtual (patchref_t *pr) |
bool | patcher_invokeinterface (patchref_t *pr) |
bool | patcher_checkcast_interface (patchref_t *pr) |
bool | patcher_instanceof_interface (patchref_t *pr) |
bool patcher_checkcast_interface | ( | patchref_t * | pr | ) |
Definition at line 404 of file patcher.cpp.
bool patcher_get_putfield | ( | patchref_t * | pr | ) |
Definition at line 243 of file patcher.cpp.
bool patcher_get_putstatic | ( | patchref_t * | pr | ) |
Definition at line 201 of file patcher.cpp.
bool patcher_instanceof_interface | ( | patchref_t * | pr | ) |
Definition at line 449 of file patcher.cpp.
bool patcher_invokeinterface | ( | patchref_t * | pr | ) |
Definition at line 356 of file patcher.cpp.
bool patcher_invokestatic_special | ( | patchref_t * | pr | ) |
Definition at line 276 of file patcher.cpp.
bool patcher_invokevirtual | ( | patchref_t * | pr | ) |
Definition at line 314 of file patcher.cpp.
void patcher_patch_code | ( | patchref_t * | pr | ) |
Definition at line 57 of file patcher.cpp.
bool patcher_resolve_classref_to_classinfo | ( | patchref_t * | pr | ) |
Definition at line 91 of file patcher.cpp.
bool patcher_resolve_classref_to_flags | ( | patchref_t * | pr | ) |
Definition at line 164 of file patcher.cpp.
bool patcher_resolve_classref_to_vftbl | ( | patchref_t * | pr | ) |
Definition at line 129 of file patcher.cpp.