aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compilation on macOS.HEADmasterauth122020-09-031-11/+1
|
* Syscalls.auth122020-07-201-5/+0
| | | | | Removed asmjit submodule and embedded it instead. Small PE wrapper.
* Added windows support on client.auth122020-07-161-5/+0
|
* Started asmjit wrapper for easier manipulation.auth2020-07-031-1/+2
|
* Finished pe image implementation wrapper.alpine2020-06-271-1/+3
| | | | | | Moved some files to more appropriate folders. Added linuxpe submodule. Added linuxpe as a precompiled header.
* Added server certificate verification on client.alpine2020-06-261-0/+5
| | | | Xor is now used only with messages.
* Client.alpine2020-06-131-2/+2
| | | | | | Message encryption. Packet handler. Disconnect event handler.
* Initial commitalpine2020-06-041-0/+31