djhenderson / pefile

Automatically exported from code.google.com/p/pefile
Other
0 stars 0 forks source link

Export table changes not written to files #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load a PE file.
2. Alter the export table by setting attributes on  elements of
pe.DIRECTORY_ENTRY_EXPORT.symbols
3. Save the PE object to a file

What is the expected output? What do you see instead?

I expected the changes to be written to the file; they weren't.

What version of the product are you using? On what operating system?

Version 1.2.10-63 on Windows XP.

Original issue reported on code.google.com by naesten on 2 Nov 2009 at 11:10

GoogleCodeExporter commented 9 years ago
This is also the case with relocation entries, and with any others that are not
passed as arguments to __unpack_data__() along with a format specifier, such as 
the
export symbols.

Original comment by mcarb...@gmail.com on 8 Mar 2010 at 5:10

GoogleCodeExporter commented 9 years ago

Original comment by ero.carr...@gmail.com on 3 Apr 2010 at 10:15

GoogleCodeExporter commented 9 years ago
Both modification of exported symbols and relocation entries are supported from 
revision 72 onwards.

Original comment by ero.carr...@gmail.com on 3 Apr 2010 at 11:10