-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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 marco.br...@gmail.com on 11 Mar 2013 at 4:31