diff options
| author | auth12 <[email protected]> | 2020-08-06 15:33:18 +0100 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-08-06 15:33:18 +0100 |
| commit | d120e7b489adc42a4489c63305413dfe52ed8bbf (patch) | |
| tree | 6c114e3b0e8f22aa4c0210e2006a88ec63182b95 /client/src/injection/pe.h | |
| parent | More ui improvements. (diff) | |
| download | loader-d120e7b489adc42a4489c63305413dfe52ed8bbf.tar.xz loader-d120e7b489adc42a4489c63305413dfe52ed8bbf.zip | |
Improved CPU usage drastically.
Switched to directx9.
Reduced RAM usage by only remapping modules from a blacklist.
Diffstat (limited to 'client/src/injection/pe.h')
| -rw-r--r-- | client/src/injection/pe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/injection/pe.h b/client/src/injection/pe.h index 6d2b655..4b94a88 100644 --- a/client/src/injection/pe.h +++ b/client/src/injection/pe.h @@ -308,5 +308,5 @@ namespace pe { return img; } - void get_all_modules(std::unordered_map<std::string, virtual_image>& modules); + bool get_all_modules(std::unordered_map<std::string, virtual_image>& modules); }; // namespace pe
\ No newline at end of file |