aboutsummaryrefslogtreecommitdiff
path: root/client/src/injection/process.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improved CPU usage drastically.auth122020-08-061-3/+3
| | | | | Switched to directx9. Reduced RAM usage by only remapping modules from a blacklist.
* More ui improvements.auth122020-08-051-1/+1
| | | | Under the hood improvements.
* Started security.auth122020-08-011-19/+25
|
* Process class redesign.auth122020-07-281-11/+211
|
* Removed linuxpe dependency on windows client.auth122020-07-271-1/+0
|
* Imported modules are now manual mapped.auth122020-07-271-41/+33
|
* Removed spdlog, using fmt wrapper instead.auth122020-07-271-312/+110
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Injection process changes and server improvements.auth122020-07-241-20/+79
|
* Injection and server changes.auth122020-07-221-26/+4
|
* Client injection.auth122020-07-221-14/+336
| | | | Process class implementation.
* Added game selection.auth122020-07-211-0/+71
Started process wrapper. Removed asmjit.