|
Nugget
|
#include <stdint.h>

Go to the source code of this file.
Enumerations | |
| enum | patch_table { PATCH_TABLE_B0 , PATCH_TABLE_C0 } |
| enum | patch_behavior { PATCH_NOT_MATCHING , PATCH_COUNTERPATCH , PATCH_PASSTHROUGH } |
Functions | |
| void | patch_hook (uint32_t *ra, enum patch_table table) |
Variables | |
| int | g_patch_permissive |
| enum patch_behavior |
| enum patch_table |
| void patch_hook | ( | uint32_t * | ra, |
| enum patch_table | table | ||
| ) |
|
extern |