Skip to content

IncP instead of DecP #2

Description

@GoogleCodeExporter
In version 0.0.4 and 0.0.41 I see at line 545 the instruction:

      DecP(lp_section, SizeOf(TImageSectionHeader));

But I think that instead it should be:

      IncP(lp_section, SizeOf(TImageSectionHeader));

because the code is going through the list of sections in ascending order...

Please let me know if this makes sense... 

Original issue reported on code.google.com by [email protected] on 11 Mar 2013 at 4:31

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions