diff --git a/src/component/exploit.cpp b/src/component/exploit.cpp index 4c6bec7..135f90e 100644 --- a/src/component/exploit.cpp +++ b/src/component/exploit.cpp @@ -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 */