sporst / PeLib

PE file manipulation library
http://www.pelib.com
Other
74 stars 35 forks source link

Reading section content? #2

Open mikebaldry opened 10 years ago

mikebaldry commented 10 years ago

Hi there,

I'm having real trouble getting a pointer to the content of a section?

peHeader().getPointerToRawData() returns an offset within the file, but I can't work out how to get the actual buffer to use it.

Thanks

Nitr0-G commented 1 year ago

Hello from 2023 =)