Using increment correctly with maskprocessor.
#2
2 years later I have the same issue. trying to generate 1-4 digits based on the wiki example
Code:
mp64.exe -o bf.rule "$?d $?d $?d $?d" -i 1:4

i get

Code:
$
$0
$1
$2
$3
$4
$5
$6
$7
$8
$9
$0
$1
$2
$3
$4
$5
$6
$7
$8
$9
$0 $
$1 $
$2 $
$3 $
$4 $
$5 $
$6 $
$7 $
$8 $
$9 $

The problem seem to be that maskprocessor does count on chars (or bytes) and not on valid tokens.
Reply


Messages In This Thread
RE: Using increment correctly with maskprocessor. - by fsdafsadfsdsdaf - 09-12-2024, 08:54 PM