Difference between pages "File formats" and "Portable Executable Format"
From Forensics Wiki
(Difference between pages)
Joachim Metz (Talk | contribs) |
Joachim Metz (Talk | contribs) (Created page with "{{expand}} Windows mainly uses the '''Portable Executable Format''' to store its executable code. Although the format is also used to store other types of data, e.g. like...") |
||
| Line 1: | Line 1: | ||
| − | + | {{expand}} | |
| − | + | [[Windows]] mainly uses the '''Portable Executable Format''' to store its executable code. | |
| − | + | Although the format is also used to store other types of data, e.g. like Multilingual User Interface (MUI) strings and EventLog messages. | |
| − | + | ||
| − | + | == External Links == | |
| − | + | ||
| − | + | ||
| − | + | * [http://en.wikipedia.org/wiki/Portable_Executable Wikipedia: Portable Executable] | |
| + | * [http://msdn.microsoft.com/en-us/library/windows/hardware/gg463119.aspx PE and COFF Specification], by [[Microsoft]] | ||
| + | * [http://blog.dkbza.org/search/label/pefile Blog about pefile], by [[Ero Carrera]] | ||
| − | == | + | == Tools == |
| − | * [http:// | + | * [http://code.google.com/p/pefile/ pefile is a Python module to read and work with PE (Portable Executable) files], by [[Ero Carrera]] |
| − | * [http:// | + | |
| + | === Resources === | ||
| + | * [http://www.angusj.com/resourcehacker/ Resource Hacker], by [[Angus Johnson]] | ||
[[Category:File Formats]] | [[Category:File Formats]] | ||
Revision as of 00:33, 18 September 2012
|
Please help to improve this article by expanding it.
|
Although the format is also used to store other types of data, e.g. like Multilingual User Interface (MUI) strings and EventLog messages.
External Links
- Wikipedia: Portable Executable
- PE and COFF Specification, by Microsoft
- Blog about pefile, by Ero Carrera