aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added server support for both x64 and x32 images with automatic selection.auth122020-07-288-79/+241
|
* Process class redesign.auth122020-07-2811-454/+334
|
* Removed linuxpe dependency on windows client.auth122020-07-274-51/+115
|
* Imported modules are now manual mapped.auth122020-07-2710-50/+278
|
* Fixed support for colored text.auth122020-07-272-3/+7
|
* Removed spdlog, using fmt wrapper instead.auth122020-07-2742-685/+12068
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Compile fix.auth122020-07-245-21/+37
| | | | Fixed x64 image support server side.
* Injection process changes and server improvements.auth122020-07-2418-147/+244
|
* Injection and server changes.auth122020-07-226-35/+30
|
* Added wolfssl as a submoduleauth122020-07-222-1/+4
|
* Removed wolfsslauth122020-07-22367-753747/+0
|
* Client injection.auth122020-07-2217-86/+665
| | | | Process class implementation.
* Added game selection.auth122020-07-21159-104261/+722
| | | | | Started process wrapper. Removed asmjit.
* Syscalls.auth122020-07-2014-30/+571
| | | | | Removed asmjit submodule and embedded it instead. Small PE wrapper.
* Merge pull request #1 from auth12/windowsauth122020-07-19515-54/+857745
|\ | | | | Windows
| * Merge branch 'master' into windowsauth122020-07-198-13/+70
| |\ | |/ |/|
* | More placeholders and general plan.auth2020-07-188-13/+70
| |
| * Added asmjit.auth122020-07-19122-261/+64643
| | | | | | | | Fixed solution file.
| * Deleted asmjit submoduleauth122020-07-192-4/+1
| |
| * Fixed filters and project.auth2020-07-183-8/+8
| |
| * Re added wolfssl files.auth2020-07-18162-0/+45068
| |
| * Merge branch 'master' into windowsauth2020-07-173-15/+13
| |\ | |/ |/|
* | Refactoring.auth2020-07-174-25/+12
| |
| * Merge branch 'master' into windowsauth2020-07-1712-12/+206
| |\ | |/ |/|
* | Added certificates.auth2020-07-174-0/+135
| |
* | Added injection placeholders.auth2020-07-178-12/+71
| |
| * Removed unauth2020-07-17165-45282/+0
| |
| * Added windows support on client.auth122020-07-16403-62/+793577
|/
* Client login handling on server.auth2020-07-1410-64/+136
| | | | More error handling for forum responses.
* Forum integration.auth2020-07-1310-66/+235
| | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes.
* Small changes.auth2020-07-119-61/+85
|
* Added blacklist implementation on server.auth2020-07-1114-59/+162
| | | | Overall code cleanup and optimization.
* 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
|