Sign in
chromium
/
external
/
pefile
Clone this repo:
Branches
master
72c6ae4
Fix hard-coded svn revision number.
by Stefan Zager
· 10 years ago
master
1ceaa27
Fix usage of __revision__.
by Stefan Zager
· 10 years ago
e3e69a6
Get rid of SVN keyword.
by Stefan Zager
· 10 years ago
1679832
-Added a check to verify the expected amount of data is read when parsing the import table (thanks to Angelo Dell'Aera for reporting it).
by ero.carrera@gmail.com
· 11 years ago
94ba02d
-Updated date range in the copyright message.
by ero.carrera@gmail.com
· 11 years ago
109cd1c
-Minor addition to ordLookup to make optional the creation of default names.
by ero.carrera@gmail.com
· 11 years ago
3f77690
-Improved the handling of PEs with vast number of invalid import symbols.
by ero.carrera@gmail.com
· 11 years ago
1832776
-Better handling of the Rich Header.
by ero.carrera@gmail.com
· 11 years ago
2534aea
-Added Mandiant's ordlookup to resolve the names for some symbols that are exported only by ordinal numbers.
by ero.carrera@gmail.com
· 11 years ago
b0abd69
-Added Mandiant's ordlookup to resolve the names for some symbols that are exported only by ordinal numbers.
by ero.carrera@gmail.com
· 11 years ago
9e4da9f
-Fixed an issue that crashed pefile on Windows.
by ero.carrera@gmail.com
· 11 years ago
4ee43f6
-Merged patch contributed by Ange Albertini.
by ero.carrera@gmail.com
· 11 years ago
59b5bc9
-Added more subsystem types (contributed by Ange Albertini).
by ero.carrera@gmail.com
· 11 years ago
c0baf9c
-Merged patch by Ange Albertini warning of Windows 8's problems loading PE files with the entrypoint pointing within the headers.
by ero.carrera@gmail.com
· 11 years ago
fb6902e
-Minor tweaks to fix the regression tests.
by ero.carrera@gmail.com
· 11 years ago
e0c564e
-Kept a working version of generate_checksum for Python versions < 2.6 (bytearray only was included in Python 2.6)
by ero.carrera@gmail.com
· 11 years ago
824730c
-Merged path from ThreatGrid's Wesley Brown. Thanks! Summary: changed memory mapping usage, revamped to use bytearrays rather than list, complete rewrite of the checksum generation algorithm to be much more memory efficient, and less susceptible to PE bomb attacks
by ero.carrera@gmail.com
· 11 years ago
fd6e985
-Improved parsing files with thousands of sections. Sections that appear to be invalid will now be ignored and some of the checks have been optimized for the cases where a file still has many possibly valid sections.
by ero.carrera@gmail.com
· 12 years ago
6fbf45c
-Added some safety checks.
by ero.carrera@gmail.com
· 12 years ago
714882b
-Fixed a problem parsing section headers. Added an extra check for section headers containing only null bytes.
by ero.carrera@gmail.com
· 12 years ago
More »