diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-03 17:06:00 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-03 17:06:00 +0100 |
| commit | 9aabe9c97fecb77f70361e0e0df8380f1489fc81 (patch) | |
| tree | 298c3b0f79079020b12dd2ed1a9a26ea136b2e81 /src/wrapped/generated/wrapper.h | |
| parent | 745a68f556537aaaaa8ee25a76b5757d3d3f7494 (diff) | |
| download | box64-9aabe9c97fecb77f70361e0e0df8380f1489fc81.tar.gz box64-9aabe9c97fecb77f70361e0e0df8380f1489fc81.zip | |
Added rt and pthread wrapped lib
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 19ccf6b3..4700b365 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -32,15 +32,24 @@ typedef void (*wrapper_t)(x64emu_t* emu, uintptr_t fnc); void vFE(x64emu_t *emu, uintptr_t fnc); void vFv(x64emu_t *emu, uintptr_t fnc); +void iFu(x64emu_t *emu, uintptr_t fnc); +void iFp(x64emu_t *emu, uintptr_t fnc); +void lFp(x64emu_t *emu, uintptr_t fnc); void pFE(x64emu_t *emu, uintptr_t fnc); void pFp(x64emu_t *emu, uintptr_t fnc); void vFpp(x64emu_t *emu, uintptr_t fnc); void iFEp(x64emu_t *emu, uintptr_t fnc); +void iFip(x64emu_t *emu, uintptr_t fnc); +void iFup(x64emu_t *emu, uintptr_t fnc); void pFEp(x64emu_t *emu, uintptr_t fnc); void iFEpp(x64emu_t *emu, uintptr_t fnc); +void iFpiu(x64emu_t *emu, uintptr_t fnc); void pFEpi(x64emu_t *emu, uintptr_t fnc); void pFEpp(x64emu_t *emu, uintptr_t fnc); +void iFEupp(x64emu_t *emu, uintptr_t fnc); void iFEpip(x64emu_t *emu, uintptr_t fnc); +void iFEppp(x64emu_t *emu, uintptr_t fnc); +void iFuipp(x64emu_t *emu, uintptr_t fnc); void pFEppi(x64emu_t *emu, uintptr_t fnc); void pFEppp(x64emu_t *emu, uintptr_t fnc); void iFipppi(x64emu_t *emu, uintptr_t fnc); |