aboutsummaryrefslogtreecommitdiff
path: root/client/src/injection/process.h
Commit message (Collapse)AuthorAgeFilesLines
* Improved CPU usage drastically.auth122020-08-061-1/+1
| | | | | Switched to directx9. Reduced RAM usage by only remapping modules from a blacklist.
* Started security.auth122020-08-011-10/+5
|
* Process class redesign.auth122020-07-281-202/+22
|
* Imported modules are now manual mapped.auth122020-07-271-1/+1
|
* Removed spdlog, using fmt wrapper instead.auth122020-07-271-23/+234
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Injection process changes and server improvements.auth122020-07-241-5/+4
|
* Client injection.auth122020-07-221-17/+37
| | | | Process class implementation.
* Added game selection.auth122020-07-211-0/+19
Started process wrapper. Removed asmjit.