aboutsummaryrefslogtreecommitdiff
path: root/client/src/util/syscalls.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added ui.auth122020-08-031-4/+6
|
* Started security.auth122020-08-011-2/+2
|
* Added server support for both x64 and x32 images with automatic selection.auth122020-07-281-0/+2
|
* Removed linuxpe dependency on windows client.auth122020-07-271-1/+0
|
* Removed spdlog, using fmt wrapper instead.auth122020-07-271-13/+10
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Injection process changes and server improvements.auth122020-07-241-1/+1
|
* Client injection.auth122020-07-221-2/+1
| | | | Process class implementation.
* Added game selection.auth122020-07-211-4/+4
| | | | | Started process wrapper. Removed asmjit.
* Syscalls.auth122020-07-201-0/+99
Removed asmjit submodule and embedded it instead. Small PE wrapper.