diff options
| author | auth12 <[email protected]> | 2020-07-27 09:46:17 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-27 09:46:17 -0700 |
| commit | a2e89fde1acc5b189c55e0b8b38146194e455cd0 (patch) | |
| tree | 1f130027975733e0704a583aebb1a1832a22ec11 /client/src/injection/mapper.h | |
| parent | Compile fix. (diff) | |
| download | loader-a2e89fde1acc5b189c55e0b8b38146194e455cd0.tar.xz loader-a2e89fde1acc5b189c55e0b8b38146194e455cd0.zip | |
Removed spdlog, using fmt wrapper instead.
More process class changes, support for 32/64bit processes.
Injection process improvements.
Other small changes.
Diffstat (limited to 'client/src/injection/mapper.h')
| -rw-r--r-- | client/src/injection/mapper.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/injection/mapper.h b/client/src/injection/mapper.h index 1c39d8b..0ce7b8f 100644 --- a/client/src/injection/mapper.h +++ b/client/src/injection/mapper.h @@ -1,7 +1,5 @@ #pragma once namespace mmap { - void thread(tcp::client& client); - };
\ No newline at end of file |