SkillAgentSearch skills...

Strmatch

Simple string matching plugin for x64dbg. Supports UTF8, UTF16 and Local codepages.

Install / Use

/learn @x64dbg/Strmatch
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

strmatch

Simple string matching plugin for x64dbg. Supports UTF8, UTF16 and Local codepages.

[strmatch] documentation:
  1. Command: strmatch_set index, "string"
  2. Expression function: [action]_[encoding](va, index)
  Actions: strcmp, stricmp, strstr, stristr
  Encodings: utf8, utf16, local
  Example: strcmp_utf16(va, index)

Example

strmatch_set 1337, "hello"
stristr_utf8(edx, 1337)
View on GitHub
GitHub Stars34
CategoryCustomer
Updated6mo ago
Forks15

Languages

C

Security Score

82/100

Audited on Sep 13, 2025

No findings