Click here to Skip to main content
15,896,912 members

Comments by muneeb131 (Top 3 by date)

muneeb131 20-Apr-13 23:49pm View    
I have used a disassembler to find the opcode bytes. But I want to do the same in a C program that parses sections of the PE file.
muneeb131 20-Apr-13 23:35pm View    
I already have a code available to display information of all sections. I am unclear about how to search for the byte sequence in the sections?
muneeb131 20-Apr-13 23:30pm View    
Thanks, the article you referenced is quite helpful. The main confusion I'm facing is how to scan the PE file (relevant executable sections) for the particular opcode bytes.
P.S. I already have a PE parser code available that displays information about all sections.