Rules with multibytes characters
#2
the 's' rule should work, but only with a single hex byte

Code:
se\x45

replaces e with E

I think for the rest you are better of using something like a pre-computation, like the sed command etc... it's not supported to use multi-bytes... but you can append for instance with 2 '$' commands:

Code:
$\x31 $\x32
Reply


Messages In This Thread
Rules with multibytes characters - by Future_Eve - 08-07-2021, 06:31 PM
RE: Rules with multibytes characters - by philsmd - 08-11-2021, 01:11 PM