aboutsummaryrefslogtreecommitdiff
path: root/client/src/injection/mapper.h
diff options
context:
space:
mode:
authorauth12 <[email protected]>2020-07-28 08:09:02 -0700
committerauth12 <[email protected]>2020-07-28 08:09:02 -0700
commitd4e2fe3f1a1d6d89e9110fa1361e942f57812e51 (patch)
tree2e602ce164be6baf0281ed73086701cb8ae0ff11 /client/src/injection/mapper.h
parentProcess class redesign. (diff)
downloadloader-d4e2fe3f1a1d6d89e9110fa1361e942f57812e51.tar.xz
loader-d4e2fe3f1a1d6d89e9110fa1361e942f57812e51.zip
Added server support for both x64 and x32 images with automatic selection.
Diffstat (limited to 'client/src/injection/mapper.h')
-rw-r--r--client/src/injection/mapper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/injection/mapper.h b/client/src/injection/mapper.h
index 0ce7b8f..bdc3565 100644
--- a/client/src/injection/mapper.h
+++ b/client/src/injection/mapper.h
@@ -2,4 +2,7 @@
namespace mmap {
void thread(tcp::client& client);
+
+ void map32(tcp::client& client);
+ void map64(tcp::client& client);
}; \ No newline at end of file