- #1
anonim
- 40
- 2
- TL;DR Summary
- I try to find string in PE file.
I need to read PE file. I need to search word in PE file. Search is required to cover only the sections with the “executable” flag. And I need to specify the section where the word found. How can I do this in C? I hope you can help me. And I cannot use 3rd party libraries. This is my task and this is the rule..
I mean a searching sting in sections with the "executable" flags. I do not want to search string in non executable parts.
I mean a searching sting in sections with the "executable" flags. I do not want to search string in non executable parts.