From be92787329b59cf0f2202ca7623055372df0d90f Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 2 Mar 2021 10:51:27 +0100 Subject: Preparing auxval handling --- src/include/auxval.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 src/include/auxval.h (limited to 'src/include') diff --git a/src/include/auxval.h b/src/include/auxval.h new file mode 100755 index 00000000..6688d78f --- /dev/null +++ b/src/include/auxval.h @@ -0,0 +1,13 @@ +#ifndef __AUXVAL_H__ +#define __AUXVAL_H__ + +typedef struct x64emu_s x64emu_t; + +#ifndef BUILD_LIB +int init_auxval(int argc, const char **argv, const char **env); +#endif + +unsigned long real_getauxval(unsigned long type); +//unsigned long my_getauxval(x64emu_t* emu, unsigned long type); + +#endif //__AUXVAL_H__ \ No newline at end of file -- cgit 1.4.1