Go to the source code of this file.
bool patcher_invokestatic_special |
( |
patchref_t * |
pr | ) |
|
bool patcher_is_valid_trap_instruction_at |
( |
void * |
pc | ) |
|
Check if the trap instruction at the given PC is valid.
- Parameters
-
- Returns
- true if valid, false otherwise.
Definition at line 72 of file patcher.cpp.
bool patcher_resolve_classref_to_classinfo |
( |
patchref_t * |
pr | ) |
|
bool patcher_resolve_classref_to_flags |
( |
patchref_t * |
pr | ) |
|
bool patcher_resolve_classref_to_index |
( |
patchref_t * |
pr | ) |
|
bool patcher_resolve_classref_to_vftbl |
( |
patchref_t * |
pr | ) |
|
Initial value:= {
{ NULL, "-UNKNOWN PATCHER FUNCTION-" }
}
#define PATCHER_resolve_classref_to_flags
#define PATCHER_invokeinterface
#define PATCHER_resolve_classref_to_vftbl
#define PATCHER_get_putfield
#define PATCHER_resolve_class
#define PATCHER_breakpoint
#define PATCHER_get_putstatic
#define PATCHER_resolve_native_function
#define PATCHER_invokestatic_special
#define PATCHER_invokevirtual
#define PATCHER_initialize_class
#define PATCHER_resolve_classref_to_classinfo
Definition at line 424 of file patcher.cpp.