aboutsummaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Changed log prefixes to be more descriptive of the log entry.auth122020-08-281-2/+2
|
* Added version checks on server.auth122020-08-2813-104/+185
| | | | | | Changed main thread behaviour. Fixed events bug where packet seq would get corrupted. Changed session packet behaviour.
* Improved CPU usage drastically.auth122020-08-0617-757/+614
| | | | | Switched to directx9. Reduced RAM usage by only remapping modules from a blacklist.
* More ui improvements.auth122020-08-0518-137/+344
| | | | Under the hood improvements.
* Added ui.auth122020-08-0324-124/+35324
|
* Started security.auth122020-08-0118-295/+529
|
* Added server support for both x64 and x32 images with automatic selection.auth122020-07-286-20/+126
|
* Process class redesign.auth122020-07-288-447/+331
|
* 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-2722-599/+669
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Compile fix.auth122020-07-243-13/+10
| | | | Fixed x64 image support server side.
* Injection process changes and server improvements.auth122020-07-2415-142/+237
|
* Injection and server changes.auth122020-07-224-34/+26
|
* Added wolfssl as a submoduleauth122020-07-221-0/+0
|
* Removed wolfsslauth122020-07-22367-753747/+0
|
* Client injection.auth122020-07-2214-83/+622
| | | | Process class implementation.
* Added game selection.auth122020-07-21158-104261/+696
| | | | | Started process wrapper. Removed asmjit.
* Syscalls.auth122020-07-2012-21/+567
| | | | | Removed asmjit submodule and embedded it instead. Small PE wrapper.
* Merge branch 'master' into windowsauth122020-07-194-8/+12
|\
| * More placeholders and general plan.auth2020-07-184-8/+12
| |
* | Added asmjit.auth122020-07-19122-261/+64643
| | | | | | | | Fixed solution file.
* | Fixed filters and project.auth2020-07-182-7/+7
| |
* | 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-173-2/+28
|\|
| * Added injection placeholders.auth2020-07-173-2/+28
| |
* | Removed unauth2020-07-17165-45282/+0
| |
* | Added windows support on client.auth122020-07-16401-57/+793574
|/
* Client login handling on server.auth2020-07-143-5/+38
| | | | More error handling for forum responses.
* Forum integration.auth2020-07-133-9/+41
| | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes.
* Small changes.auth2020-07-112-15/+16
|
* Added blacklist implementation on server.auth2020-07-114-12/+12
| | | | Overall code cleanup and optimization.
* More assembler implementations.auth2020-07-053-8/+17
| | | | Small changes to client on server.
* Added support for packet actions.auth2020-07-055-26/+36
| | | | | 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-034-0/+73
|
* Added client timeout.auth2020-07-023-1/+25
| | | | | Added json imports for pe images. Added wrapper to support streaming strings.
* Added json implementation for packets.auth2020-06-302-20/+15
| | | | Added useful operators for packet and server class for easier access.
* Finished pe image implementation wrapper.alpine2020-06-273-1/+1
| | | | | | Moved some files to more appropriate folders. Added linuxpe submodule. Added linuxpe as a precompiled header.
* Added server certificate verification on client.alpine2020-06-264-10/+14
| | | | Xor is now used only with messages.
* Removed xor on streaming for now.alpine2020-06-252-19/+13
|
* Added 2 key xor encryption for streams.alpine2020-06-255-7/+64
|
* Added client version control.alpine2020-06-247-225/+230
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-187-202/+212
|
* Finished session id on client and server.alpine2020-06-184-45/+49
| | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes.
* Renamed uid to session id.alpine2020-06-164-18/+18
|
* Finished session/user id generation.alpine2020-06-153-6/+18
|