diff options
Diffstat (limited to 'src/hook/arch.h')
-rw-r--r-- | src/hook/arch.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/hook/arch.h b/src/hook/arch.h new file mode 100644 index 0000000..8e81ad8 --- /dev/null +++ b/src/hook/arch.h @@ -0,0 +1,9 @@ +#ifndef ARCH_H +#define ARCH_H + +#include <sys/types.h> + +unsigned char getProcessBits(pid_t pid); +unsigned char getElfBits(const char* path); + +#endif
\ No newline at end of file |