PE Scanner (Microsoft Portable Executable File Scanner)

PE Scanner is a tool for scanning Microsoft Portable Executable File.

You might knew the tool,such as PEiD,or LoadPE,PE Editor,or others.But PE Scanner would report more information while scanning,almost everything.Latest version already support Win64 Executable.And it programed in Assembly Language.

A module,named 16Edit(by y0da),is used in LoadPE and PEiD.I think this module is prefect while viewing binary data,or editting data.So PE Scanner use it too.

PE Scanner support the feature,dumping PE resource.eXescope did it well.But unfortulately.eXescope can't get proper resource while the resource's section is merged into other section(such as .data).

That is why PE Scanner support dumpping resource.

PE Scanner support PEiD plugins and itself plugins(if don't like this feature you can disable it on latest version).

Last but not least.PE Scanner is an OPEN SOURCE software.You can get all of source code under the term of GPL License.