|
taiHEN
1.0
CFW framework for PS Vita
|
A chain of hooks. More...
#include <taihen_internal.h>
Data Fields | |
| void * | func |
| Address of the function to hook. | |
| void * | old |
| A function pointer used to call the original function. | |
| void * | saved |
| Data saved by libsubstitute to restore the function. | |
| struct _tai_hook * | head |
| The linked list of hooks on this process + address. | |
A chain of hooks.
Definition at line 68 of file taihen_internal.h.
1.8.12