Last active
January 1, 2024 22:58
-
-
Save anzz1/71689275ed722492da7ec7c02a41b867 to your computer and use it in GitHub Desktop.
GoldSrc_CVE-2023-35855_RCE_fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Half-Life / GoldSrc Engine | |
// RCE Fix (Buffer Overflow) | |
// | |
// CVE: CVE-2023-35855 | |
// | |
// Module: hw.dll | |
// Build: Aug 3 2020 (8684) | |
// | |
// Original SHA1 : f0f7372692f285154c76be35fc50b89ed0ea2d18 | |
// Fixed SHA1 : 51c2ecb1ab8241b6afeae535a6a66dbd73a00a65 | |
// | |
// Offsets FO / VA | |
-------- | |
0x0001DDC6 / 0x1D1DDC6: | |
68 24 C8 E3 01 | |
-> | |
68 8C 65 E5 01 | |
-------- | |
0x0001DF13 / 0x1D1DF13: | |
68 E4 C8 E3 01 | |
-> | |
68 8C 65 E5 01 | |
-------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment