nosoop / SMExt-SourceScramble

A SourceMod extension for dealing with memory-related operations.
https://forums.alliedmods.net/showthread.php?p=2657347
GNU General Public License v3.0
84 stars 12 forks source link

Prevent invalid memory access on invalid signature #12

Closed nosoop closed 1 year ago

nosoop commented 2 years ago

Should fix an unreported issue where invalid signatures cause invalid memory accesses, leading to crashes.

Throwing this up as a PR for now since I haven't tested it yet. Need to get my build tooling sorted…