in reply to Re^3: looking for parser of binary .JOB files (MS Task Scheduler)
in thread looking for parser of binary .JOB files (MS Task Scheduler)
perl -e 'open F, $ARGV[0];local $/;undef $/;$exe=<F>;$exe=~s/(.)\x00/$ +1/g;@strings=$exe=~/[\w\.\:\\\-_\~]{6,}/g;print "@strings"' notepad.j +ob
|
|---|