Well, I was bored, and I figured I want to learn something new and make something useful. So I decided to make a class to read and break down the Portable Executable header on windows EXE files. Please vote if you like this project. I hope in the next version to implement Resource and Import/Export table reading.
File List:
App.ico
1Kb
AssemblyInfo.cs
2Kb
PEExplorer.cs
19Kb
PEExplorer.csproj
5Kb
PEExplorer.csproj.user
2Kb
PEExplorer.resx
27Kb
PEExplorer.sln
1Kb
PEExplorer.suo
9Kb
PEReader.cs
20Kb
bin/
0b
bin/Debug/
0b
bin/Debug/PEReader.pdb
36Kb
bin/Debug/rsrc.bin
244Kb
obj/
0b
obj/Debug/
0b
obj/Debug/PEExplorer.projdata
38Kb
obj/Debug/PEReader.PEExplorer.resources
22Kb
obj/Debug/PEReader.pdb
36Kb
obj/Debug/PEReader.projdata
72Kb
obj/Debug/TempPE/
0b
obj/Debug/temp/
0b
screenshot.jpg
140Kb
Similar code
AddressBook
(Popularity: ) : Implementation of Arraylist collection, Listbox and Serialization A simple example to use a Structure in lieu of a Class
(Popularity: ) : To give a simple example how to use the .Net Structure instead of a class. Use this when you only ... A Class in ASP.Net
(Popularity: ) : The following is a class in ASP.Net that encapsulates salary details about a typical employee.It states whether an employee is ...