aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More assembler implementations.auth2020-07-056-24/+34
| | | | Small changes to client on server.
* Merge branch 'master' of github.com:auth12/loaderauth2020-07-051-0/+4
|\
| * Update c-cpp.ymlauth122020-07-031-0/+4
| |
* | Added support for packet actions.auth2020-07-058-52/+62
|/ | | | | Added support for client hwid handling. Removed timeout client message.
* Replaced std::byte by uint8_tauth2020-07-032-2/+2
|
* Started asmjit wrapper for easier manipulation.auth2020-07-037-1/+78
|
* Added client timeout.auth2020-07-0210-23/+95
| | | | | Added json imports for pe images. Added wrapper to support streaming strings.
* Added json implementation for packets.auth2020-06-305-51/+42
| | | | Added useful operators for packet and server class for easier access.
* Added json.auth2020-06-281-0/+24665
|
* Fixed submodule linkauth2020-06-281-1/+1
|
* Finished pe image implementation wrapper.alpine2020-06-2714-12/+172
| | | | | | Moved some files to more appropriate folders. Added linuxpe submodule. Added linuxpe as a precompiled header.
* Added server certificate verification on client.alpine2020-06-269-83/+27
| | | | Xor is now used only with messages.
* Removed xor on streaming for now.alpine2020-06-257-34/+22
|
* Update c-cpp.ymlalpine2020-06-251-1/+3
|
* Update c-cpp.ymlalpine2020-06-251-0/+2
|
* Update c-cpp.ymlalpine2020-06-251-3/+1
|
* Create c-cpp.ymlalpine2020-06-251-0/+23
|
* Added 2 key xor encryption for streams.alpine2020-06-2510-16/+141
|
* Added client version control.alpine2020-06-2417-686/+653
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-1819-632/+742
|
* Finished session id on client and server.alpine2020-06-1811-76/+83
| | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes.
* Renamed uid to session id.alpine2020-06-168-48/+63
|
* Finished session/user id generation.alpine2020-06-157-58/+87
|
* Removed xor as it was slowing down everything alot.alpine2020-06-1513-159/+152
| | | | Finished file/message streaming, really fast.
* Client.alpine2020-06-1317-104/+539
| | | | | | Message encryption. Packet handler. Disconnect event handler.
* Initial commitalpine2020-06-0425-0/+594