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_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_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)
 

Function Documentation

bool patcher_checkcast_interface ( patchref_t pr)

Definition at line 399 of file patcher.cpp.

bool patcher_get_putfield ( patchref_t pr)

Definition at line 111 of file patcher.cpp.

bool patcher_get_putstatic ( patchref_t pr)

Definition at line 73 of file patcher.cpp.

bool patcher_instanceof_interface ( patchref_t pr)

Definition at line 438 of file patcher.cpp.

bool patcher_invokeinterface ( patchref_t pr)

Definition at line 358 of file patcher.cpp.

bool patcher_invokestatic_special ( patchref_t pr)

Definition at line 285 of file patcher.cpp.

bool patcher_invokevirtual ( patchref_t pr)

Definition at line 321 of file patcher.cpp.

void patcher_patch_code ( patchref_t pr)

Definition at line 56 of file patcher.cpp.

bool patcher_resolve_classref_to_classinfo ( patchref_t pr)

Definition at line 179 of file patcher.cpp.

bool patcher_resolve_classref_to_flags ( patchref_t pr)

Definition at line 250 of file patcher.cpp.

bool patcher_resolve_classref_to_vftbl ( patchref_t pr)

Definition at line 214 of file patcher.cpp.