This commit is contained in:
6arelyFuture 2021-11-17 16:21:36 +00:00
parent 0a93f152f6
commit 731ea7a391
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955

View File

@ -15,7 +15,7 @@ namespace exploit
* A brief description of data: the first few bytes contain information from clientConnection_t structure
* Offset 0: ServerID Size : 1
* Offset 1: serverMessageSequence Size: 4
* Offset 5: serverCommandSequence Size 4
* Offset 5: serverCommandSequence Size: 4
* One clean way of sending invalid data to the server is to hook the functions that write the info to the packet
* Credit: https://stackoverflow.com/questions/58981714/how-do-i-change-the-value-of-a-single-byte-in-a-uint32-t-variable
*/