There are disassemblers like CFF explorer which display the AddressOfEntryPoint
of any executable along with the offset where it is stored. I know how to find that ( IMAGE_OPTIONAL_HEADER::AddressOfEntryPoint
), but I want to be able to find the offset in the PE exe file where the AddressOfEntryPoint is stored, programmatically.
页: 1
But still can t figure it out. Help needed