09-05-2015, 08:33 PM
I'm no expert but it seems to be just shorthand for defining custom charsets and how they're used in a mask all on one line.
So this:
?d?l,test?1?1?1
is the same as using this in the command line:
-custom-charset1 ?d?l test?1?1?1
And this:
abcdef,0123,ABC,789,?3?3?3?1?1?1?1?2?2?4?4?4?4
would be this:
-1 abcdef -2 0123 -3 ABC -4 789 ?3?3?3?1?1?1?1?2?2?4?4?4?4
Er, I think.
So this:
?d?l,test?1?1?1
is the same as using this in the command line:
-custom-charset1 ?d?l test?1?1?1
And this:
abcdef,0123,ABC,789,?3?3?3?1?1?1?1?2?2?4?4?4?4
would be this:
-1 abcdef -2 0123 -3 ABC -4 789 ?3?3?3?1?1?1?1?2?2?4?4?4?4
Er, I think.