All Projects → x64dbg → strmatch

x64dbg / strmatch

Licence: MIT License
Simple string matching plugin for x64dbg. Supports UTF8, UTF16 and Local codepages.

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
objective c
16641 projects - #2 most used programming language

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].