lundi 8 juin 2015

Read PE-Section using Reflection in C#

I want to ask how I can read the content of a PE-Section as a byte[] by using the System.Reflection Namespace.

These are the usual PE-Sections you can find in a .Net binary.

enter image description here

Every Section has some content:

enter image description here

I am sure that it somehow is possible to use Reflection to loop through all PE-Sections, and get the content of one of them as a byte[].

How can I do this?

What are the right classes in the System.Reflection Namespace I have to look for?

I appreciate every help :)





Aucun commentaire:

Enregistrer un commentaire