aboutsummaryrefslogtreecommitdiff
path: root/server/src/image
Commit message (Collapse)AuthorAgeFilesLines
* Started security.auth122020-08-011-12/+23
|
* Removed spdlog, using fmt wrapper instead.auth122020-07-271-27/+23
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Compile fix.auth122020-07-241-6/+21
| | | | Fixed x64 image support server side.
* Injection process changes and server improvements.auth122020-07-241-0/+2
|
* Injection and server changes.auth122020-07-221-0/+3
|
* Client injection.auth122020-07-221-1/+1
| | | | Process class implementation.
* More placeholders and general plan.auth2020-07-181-0/+40
|
* Added injection placeholders.auth2020-07-171-4/+7
|
* Small changes.auth2020-07-111-1/+2
|
* Added blacklist implementation on server.auth2020-07-111-3/+1
| | | | Overall code cleanup and optimization.
* Added client timeout.auth2020-07-021-0/+10
| | | | | Added json imports for pe images. Added wrapper to support streaming strings.
* Finished pe image implementation wrapper.alpine2020-06-271-0/+129
Moved some files to more appropriate folders. Added linuxpe submodule. Added linuxpe as a precompiled header.