Posted August 12, 200916 yr Guyzz, how to view or judge the sample, whether its dll or exe or any other file into hex editor?
August 14, 200916 yr The file header structure inside of a PE file contains a field called 'Characteristics' which holds a flag that shows if the file is an executable or a DLL.Check this site out for some more info and some example code: (In C/C++)http://www.skynet.ie/~caolan/publink/winresdump/winresdump/doc/pefile.html
Create an account or sign in to comment