diff options
| author | auth <[email protected]> | 2020-07-17 15:38:48 +0200 |
|---|---|---|
| committer | auth <[email protected]> | 2020-07-17 15:38:48 +0200 |
| commit | 4f6ed0cbb36c6912feed7db96d963ad0b1145b02 (patch) | |
| tree | 6391e1cc30bc329dd060ca009337ead762848264 /client/src/injection | |
| parent | Removed un (diff) | |
| parent | Added certificates. (diff) | |
| download | loader-4f6ed0cbb36c6912feed7db96d963ad0b1145b02.tar.xz loader-4f6ed0cbb36c6912feed7db96d963ad0b1145b02.zip | |
Merge branch 'master' into windows
Diffstat (limited to 'client/src/injection')
| -rw-r--r-- | client/src/injection/mapper.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/src/injection/mapper.h b/client/src/injection/mapper.h new file mode 100644 index 0000000..ef06a9b --- /dev/null +++ b/client/src/injection/mapper.h @@ -0,0 +1,10 @@ +#pragma once + + +namespace mmap { + struct header { + size_t image_size; + uint32_t entry; + uint32_t base; + }; +};
\ No newline at end of file |