CACAO
Functions
patcher.cpp File Reference

Go to the source code of this file.

Functions

void patcher_patch_code (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_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)
 

Function Documentation

bool patcher_checkcast_interface ( patchref_t pr)

Definition at line 271 of file patcher.cpp.

bool patcher_get_putfield ( patchref_t pr)

Definition at line 117 of file patcher.cpp.

bool patcher_get_putstatic ( patchref_t pr)

Definition at line 79 of file patcher.cpp.

bool patcher_instanceof_interface ( patchref_t pr)

Definition at line 312 of file patcher.cpp.

bool patcher_invokeinterface ( patchref_t pr)

Definition at line 224 of file patcher.cpp.

bool patcher_invokestatic_special ( patchref_t pr)

Definition at line 149 of file patcher.cpp.

bool patcher_invokevirtual ( patchref_t pr)

Definition at line 185 of file patcher.cpp.

void patcher_patch_code ( patchref_t pr)

Definition at line 59 of file patcher.cpp.

bool patcher_resolve_classref_to_classinfo ( patchref_t pr)

Definition at line 371 of file patcher.cpp.

bool patcher_resolve_classref_to_flags ( patchref_t pr)

Definition at line 445 of file patcher.cpp.

bool patcher_resolve_classref_to_vftbl ( patchref_t pr)

Definition at line 413 of file patcher.cpp.