Package: pyew / 2.0-3

Metadata

Package Version Patches format
pyew 2.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fix_interpreter | (download)

pefile.py | 3 2 + 1 - 0 !
plugins/OleFileIO_PL.py | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 fix interpreters in some of the scripts.
 This patch addresses some wrong headers in the original pyew tarball.
02_kenshoto_bad_import | (download)

Elf/__init__.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix import elf_parser path in kenshoto's__init__.py.
 __init__.py for the Kenshoto ELF parser imports an ELF parser with a
 statement that won't always work (when importing pyew as a module for
 example).
101_system_install | (download)

config.py | 2 1 + 1 - 0 !
pydistorm.py | 2 1 + 1 - 0 !
pyew | 4 1 + 3 - 0 !
3 files changed, 3 insertions(+), 5 deletions(-)

 make pyew available for wide system use.
 This allows the repo to be run locally but makes Pyew only able to run
  inside a normal system directory, also fixes a couple of assumptions
  in the code.