Calculate correct PE checksum instead of setting it to 0.

Patch provided by Roland Schwingel.
This commit is contained in:
Per Allansson
2013-03-07 07:26:56 +01:00
parent 7485a6b7a4
commit 09c664791b
2 changed files with 28 additions and 2 deletions

1
TODO
View File

@ -4,7 +4,6 @@
- verify signatures
- remove mmap usage to increase portability
- tests
- calculate correct PE checksum instead of setting it to 0
- fix other stuff marked 'XXX'
- free memory properly :)