About- Command for testing signature bytes.
- Does not check for unique signatures.
- To prevent "Encountered command which overflows the argument buffer" put the bytes within quotes.
Related Plugins
Thanks- BHaType - Bug report and testing.
- Peace-Maker - Bug report.
Admin Commands
PHP Code:
sm_sig // Usage: sm_sig <bytes>
sm_sig_hex // Usage: sm_sig_hex <bytes>. Converts hex escaped bytes to non-escaped.
// Examples:
sm_sig "55 8B ? 81 ? 54"
sm_sig_hex "\x55\x8B\x2A\x81\x2A\x54"
ConVars:
PHP Code:
sm_sig_library "1" // Which library to search. 0=Engine, 1=Server.
Changes
Code:
1.4 (10-May-2020)
- Various changes to tidy up code.
1.3 (26-June-2019)
- Added convar "sm_sig_library" to determine which library to search.
1.2 (21-June-2019)
- Added command sm_sig_hex.
- Fixed quoted strings not working.
1.1 (20-June-2019)
- Fixed memory leak.
1.0 (20-June-2019)
- Initial release.
Installation- Click "Get Plugin" and put the .smx file into your servers \addons\sourcemod\plugins\ folder.