diff options
| author | Yang Liu <numbksco@gmail.com> | 2024-11-05 20:10:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-05 13:10:10 +0100 |
| commit | a51f684c413d15b8f6d2f68583512c43901a2c9b (patch) | |
| tree | 8b43d30d1bf711a1a56dec51c96009dd16bb4e74 /src/wrapped/generated | |
| parent | 681e207af574d07bec8d3976a1c3d6382540fbeb (diff) | |
| download | box64-a51f684c413d15b8f6d2f68583512c43901a2c9b.tar.gz box64-a51f684c413d15b8f6d2f68583512c43901a2c9b.zip | |
[WRAPPER] Wrapped 3 more symbols for libc (#2000)
Diffstat (limited to 'src/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 3 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index c0d1c01e..80429074 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -4311,6 +4311,7 @@ wrappedlibc: - iFi: - iopl - iFp: + - __libc_dlclose - _setjmp - atexit - getcontext @@ -4395,8 +4396,10 @@ wrappedlibc: - sigset - sysv_signal - pFpi: + - __libc_dlopen_mode - backtrace_symbols - pFpp: + - __libc_dlsym - __realpath_chk - realpath - SFpp: diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index d6049eb6..206d429f 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -114,6 +114,7 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void* GO(fork, iFv_t) \ GO(vfork, iFv_t) \ GO(iopl, iFi_t) \ + GO(__libc_dlclose, iFp_t) \ GO(_setjmp, iFp_t) \ GO(atexit, iFp_t) \ GO(getcontext, iFp_t) \ @@ -179,7 +180,9 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void* GO(signal, pFip_t) \ GO(sigset, pFip_t) \ GO(sysv_signal, pFip_t) \ + GO(__libc_dlopen_mode, pFpi_t) \ GO(backtrace_symbols, pFpi_t) \ + GO(__libc_dlsym, pFpp_t) \ GO(__realpath_chk, pFpp_t) \ GO(realpath, pFpp_t) \ GO(fopen, SFpp_t) \ |