# QuickBMS comtype scanner 2 (version 0.1.1) # - the number can be verified in quickbms.c from COMP_NONE # where all the algorithms are numbered each 5 # - associate the dmp extension with your hex editor for a # faster viewing of the results # script for QuickBMS http://aluigi.org/papers.htm#quickbms quickbmsver 0.3.13 if QUICKBMS_ARG1 == "" print "you must launch comtype_scan2.bat for using this script" cleanexit endif set i long QUICKBMS_ARG1 get ZSIZE asize set SIZE long QUICKBMS_ARG2 if SIZE <= 0 math SIZE = ZSIZE math SIZE *= 20 endif print "test algorigthm number %i%: ZSIZE %ZSIZE%, SIZE %SIZE%" comtype i set NAME string i string NAME += ".dmp" clog NAME 0 ZSIZE SIZE