aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compilation on macOS.HEADmasterauth122020-09-034-11/+1
|
* Update README.mdauth122020-08-291-1/+1
|
* Merge branch 'master' of https://github.com/auth12/loaderauth122020-08-281-0/+2
|\
| * Update README.mdauth122020-08-281-0/+2
| |
* | Changed log prefixes to be more descriptive of the log entry.auth122020-08-282-6/+5
|/
* Create README.mdauth122020-08-281-0/+37
|
* Added version checks on server.auth122020-08-2817-123/+285
| | | | | | 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-0520-140/+347
| | | | Under the hood improvements.
* Added ui.auth122020-08-0328-141/+35363
|
* Started security.auth122020-08-0120-309/+588
|
* 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.