diff options
| author | auth12 <[email protected]> | 2020-08-03 21:08:06 +0100 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-08-03 21:08:06 +0100 |
| commit | ad8cf7c80590b96ad4e61f3f4eb397704a22ee4b (patch) | |
| tree | f376bc6ce8b7ababd4bcc67bee748c6e1d672b0c /client/src/util/syscalls.h | |
| parent | Started security. (diff) | |
| download | loader-ad8cf7c80590b96ad4e61f3f4eb397704a22ee4b.tar.xz loader-ad8cf7c80590b96ad4e61f3f4eb397704a22ee4b.zip | |
Added ui.
Diffstat (limited to 'client/src/util/syscalls.h')
| -rw-r--r-- | client/src/util/syscalls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/util/syscalls.h b/client/src/util/syscalls.h index 0855d18..ef3bfad 100644 --- a/client/src/util/syscalls.h +++ b/client/src/util/syscalls.h @@ -8,6 +8,8 @@ class syscalls { public: syscalls(); ~syscalls(); + + void init(); bool valid(const uintptr_t func, const size_t& size); uint16_t get_index(const uintptr_t va, uint16_t& offset); size_t func_size(const uint8_t* func); |