X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2Flibacess-native.so_src%2Fexports.c;h=ad5aac4911b39a9316d86461efc4ee35ae758627;hb=6fbf6b93bec9b8b5bd6d7c683eefb0ebed8dff77;hp=0f71f2121b76de0fc2871a0998f2eb653165ae04;hpb=94b8d7686d1da4e5338288f60910e6d8f68b5787;p=tpg%2Facess2.git diff --git a/AcessNative/libacess-native.so_src/exports.c b/AcessNative/libacess-native.so_src/exports.c index 0f71f212..ad5aac49 100644 --- a/AcessNative/libacess-native.so_src/exports.c +++ b/AcessNative/libacess-native.so_src/exports.c @@ -11,6 +11,7 @@ int *libc_geterrno(void) } void _ZN4_sys5debugEPKcz(const char *fmt, ...) __attribute__((alias("acess__SysDebug"))); +void _ZN4_sys7hexdumpEPKcPKvj(const char *tag, const void *ptr, size_t size) __attribute__((alias("acess__SysDebugHex"))); #undef acess__SysSpawn