analysis - How to extract a Win32 Cabinet Self-Extractor without executing the extracted file then -
for coursework, have analyse malware.
it .exe win32 cabinet self-extractor file. (that's how windows see it, start 4d 5a 00 03 hex). when run, extract files in folder created, run malware (batch/vbs files) @ end delete folder malware files.
i wondering how possible extract witout executing malware? used procdump32 gives me: "process not 32bits or can't loaded or finished !".
somehow, succeed stucked procdump32 , folder few second , copied before "disapear" got files, i'm not sure gathered of them , in proper way.
so i'm looking application can extract content of win32 cab self-extractor file without executing output files and, if possible, giving list of extracted files.
you can use /?
on self-extractor file, should show /x:path
or /t:path /c
extract content (according microsoft kb 262841 , 197147)
Comments
Post a Comment