| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed compilation on macOS.HEADmaster | auth12 | 2020-09-03 | 4 | -11/+1 |
| | | |||||
| * | Update README.md | auth12 | 2020-08-29 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of https://github.com/auth12/loader | auth12 | 2020-08-28 | 1 | -0/+2 |
| |\ | |||||
| | * | Update README.md | auth12 | 2020-08-28 | 1 | -0/+2 |
| | | | |||||
| * | | Changed log prefixes to be more descriptive of the log entry. | auth12 | 2020-08-28 | 2 | -6/+5 |
| |/ | |||||
| * | Create README.md | auth12 | 2020-08-28 | 1 | -0/+37 |
| | | |||||
| * | Added version checks on server. | auth12 | 2020-08-28 | 17 | -123/+285 |
| | | | | | | | Changed main thread behaviour. Fixed events bug where packet seq would get corrupted. Changed session packet behaviour. | ||||
| * | Improved CPU usage drastically. | auth12 | 2020-08-06 | 17 | -757/+614 |
| | | | | | | Switched to directx9. Reduced RAM usage by only remapping modules from a blacklist. | ||||
| * | More ui improvements. | auth12 | 2020-08-05 | 20 | -140/+347 |
| | | | | | Under the hood improvements. | ||||
| * | Added ui. | auth12 | 2020-08-03 | 28 | -141/+35363 |
| | | |||||
| * | Started security. | auth12 | 2020-08-01 | 20 | -309/+588 |
| | | |||||
| * | Added server support for both x64 and x32 images with automatic selection. | auth12 | 2020-07-28 | 8 | -79/+241 |
| | | |||||
| * | Process class redesign. | auth12 | 2020-07-28 | 11 | -454/+334 |
| | | |||||
| * | Removed linuxpe dependency on windows client. | auth12 | 2020-07-27 | 4 | -51/+115 |
| | | |||||
| * | Imported modules are now manual mapped. | auth12 | 2020-07-27 | 10 | -50/+278 |
| | | |||||
| * | Fixed support for colored text. | auth12 | 2020-07-27 | 2 | -3/+7 |
| | | |||||
| * | Removed spdlog, using fmt wrapper instead. | auth12 | 2020-07-27 | 42 | -685/+12068 |
| | | | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes. | ||||
| * | Compile fix. | auth12 | 2020-07-24 | 5 | -21/+37 |
| | | | | | Fixed x64 image support server side. | ||||
| * | Injection process changes and server improvements. | auth12 | 2020-07-24 | 18 | -147/+244 |
| | | |||||
| * | Injection and server changes. | auth12 | 2020-07-22 | 6 | -35/+30 |
| | | |||||
| * | Added wolfssl as a submodule | auth12 | 2020-07-22 | 2 | -1/+4 |
| | | |||||
| * | Removed wolfssl | auth12 | 2020-07-22 | 367 | -753747/+0 |
| | | |||||
| * | Client injection. | auth12 | 2020-07-22 | 17 | -86/+665 |
| | | | | | Process class implementation. | ||||
| * | Added game selection. | auth12 | 2020-07-21 | 159 | -104261/+722 |
| | | | | | | Started process wrapper. Removed asmjit. | ||||
| * | Syscalls. | auth12 | 2020-07-20 | 14 | -30/+571 |
| | | | | | | Removed asmjit submodule and embedded it instead. Small PE wrapper. | ||||
| * | Merge pull request #1 from auth12/windows | auth12 | 2020-07-19 | 515 | -54/+857745 |
| |\ | | | | | Windows | ||||
| | * | Merge branch 'master' into windows | auth12 | 2020-07-19 | 8 | -13/+70 |
| | |\ | |/ |/| | |||||
| * | | More placeholders and general plan. | auth | 2020-07-18 | 8 | -13/+70 |
| | | | |||||
| | * | Added asmjit. | auth12 | 2020-07-19 | 122 | -261/+64643 |
| | | | | | | | | | Fixed solution file. | ||||
| | * | Deleted asmjit submodule | auth12 | 2020-07-19 | 2 | -4/+1 |
| | | | |||||
| | * | Fixed filters and project. | auth | 2020-07-18 | 3 | -8/+8 |
| | | | |||||
| | * | Re added wolfssl files. | auth | 2020-07-18 | 162 | -0/+45068 |
| | | | |||||
| | * | Merge branch 'master' into windows | auth | 2020-07-17 | 3 | -15/+13 |
| | |\ | |/ |/| | |||||
| * | | Refactoring. | auth | 2020-07-17 | 4 | -25/+12 |
| | | | |||||
| | * | Merge branch 'master' into windows | auth | 2020-07-17 | 12 | -12/+206 |
| | |\ | |/ |/| | |||||
| * | | Added certificates. | auth | 2020-07-17 | 4 | -0/+135 |
| | | | |||||
| * | | Added injection placeholders. | auth | 2020-07-17 | 8 | -12/+71 |
| | | | |||||
| | * | Removed un | auth | 2020-07-17 | 165 | -45282/+0 |
| | | | |||||
| | * | Added windows support on client. | auth12 | 2020-07-16 | 403 | -62/+793577 |
| |/ | |||||
| * | Client login handling on server. | auth | 2020-07-14 | 10 | -64/+136 |
| | | | | | More error handling for forum responses. | ||||
| * | Forum integration. | auth | 2020-07-13 | 10 | -66/+235 |
| | | | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes. | ||||
| * | Small changes. | auth | 2020-07-11 | 9 | -61/+85 |
| | | |||||
| * | Added blacklist implementation on server. | auth | 2020-07-11 | 14 | -59/+162 |
| | | | | | Overall code cleanup and optimization. | ||||
| * | More assembler implementations. | auth | 2020-07-05 | 6 | -24/+34 |
| | | | | | Small changes to client on server. | ||||
| * | Merge branch 'master' of github.com:auth12/loader | auth | 2020-07-05 | 1 | -0/+4 |
| |\ | |||||
| | * | Update c-cpp.yml | auth12 | 2020-07-03 | 1 | -0/+4 |
| | | | |||||
| * | | Added support for packet actions. | auth | 2020-07-05 | 8 | -52/+62 |
| |/ | | | | | Added support for client hwid handling. Removed timeout client message. | ||||
| * | Replaced std::byte by uint8_t | auth | 2020-07-03 | 2 | -2/+2 |
| | | |||||
| * | Started asmjit wrapper for easier manipulation. | auth | 2020-07-03 | 7 | -1/+78 |
| | | |||||
| * | Added client timeout. | auth | 2020-07-02 | 10 | -23/+95 |
| | | | | | | Added json imports for pe images. Added wrapper to support streaming strings. | ||||