Nugget
Loading...
Searching...
No Matches
Enumerations | Functions | Variables
patches.h File Reference
#include <stdint.h>
Include dependency graph for patches.h:
This graph shows which files directly or indirectly include this file:

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
 

Enumeration Type Documentation

◆ patch_behavior

Enumerator
PATCH_NOT_MATCHING 
PATCH_COUNTERPATCH 
PATCH_PASSTHROUGH 

◆ patch_table

Enumerator
PATCH_TABLE_B0 
PATCH_TABLE_C0 

Function Documentation

◆ patch_hook()

void patch_hook ( uint32_t ra,
enum patch_table  table 
)

Variable Documentation

◆ g_patch_permissive

int g_patch_permissive
extern