diff options
| author | auth12 <[email protected]> | 2020-07-24 10:56:14 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-24 10:56:14 -0700 |
| commit | e487ffe1671ba807528d4039ef66f8f8f7eeb853 (patch) | |
| tree | c65cc4dd529f8e37f9cca81d38c749dece13a574 /client/src/util/syscalls.cpp | |
| parent | Injection and server changes. (diff) | |
| download | archived-loader-e487ffe1671ba807528d4039ef66f8f8f7eeb853.tar.xz archived-loader-e487ffe1671ba807528d4039ef66f8f8f7eeb853.zip | |
Injection process changes and server improvements.
Diffstat (limited to 'client/src/util/syscalls.cpp')
| -rw-r--r-- | client/src/util/syscalls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/util/syscalls.cpp b/client/src/util/syscalls.cpp index f1d9261..d7d4254 100644 --- a/client/src/util/syscalls.cpp +++ b/client/src/util/syscalls.cpp @@ -35,7 +35,7 @@ void syscalls::init() { } } - io::logger->info("{:x}", uintptr_t(m_call_table)); + io::logger->info("call table : {:x}", uintptr_t(m_call_table)); for (auto& syscall : m_indexes) { auto idx = syscall.second.first; |