exported / execap

Automatically exported from code.google.com/p/execap
GNU General Public License v3.0
0 stars 0 forks source link

PE64 executables not captured #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently I only capture 32 bit EXEs.  64bit support is easy.

Original issue reported on code.google.com by bmenr...@ucsd.edu on 5 Jan 2011 at 12:17

GoogleCodeExporter commented 9 years ago
64bit support isn't as easy as I thought.  The format is PE32+ and a couple 
fields change.  Also, .Net executables are PE32+ so those aren't being captured 
either.

Original comment by bmenr...@ucsd.edu on 20 Feb 2011 at 5:21

GoogleCodeExporter commented 9 years ago
Support for PE32+ was added in revision 23.  It made find_exe() a bit messy but 
I'll clean that up later.  Now .Net and 64bit EXEs are being captured.  The 
code needs a bit more testing but it seems to be working.

Original comment by bmenr...@ucsd.edu on 21 Feb 2011 at 8:30