-
Hello,
there are missing testfiles in the release tarballs. Could you please include them and maybe bump a new version if you have new features? Thanks!
-
```
Are there any plans to port this to python 3?
There aren't any good python 3 pe parsers out there, so this will be a great
help
```
Original issue reported on code.google.com by `simonz...@gma…
-
```
Are there any plans to port this to python 3?
There aren't any good python 3 pe parsers out there, so this will be a great
help
```
Original issue reported on code.google.com by `simonz...@gma…
-
I have a ython application runs on multiple paltforms(window, linux, macos).
I only wanna to manage one `Pipfile `and add it to git control.
but the Pipfile.lock generated by `pipenv install ` m…
-
```
What steps will reproduce the problem?
1. Download an EXE where the file version is different from the product
version. (I'm using CurrPorts, as provided by NirSoft.)
2. Run the script to retriev…
-
At line 3777 of pefile.py, a TypeError may be raised upon the call to symbol.name.startswith() due to symbol.name occasionally being of type str rather than bytes.
-
```
Are there any plans to port this to python 3?
There aren't any good python 3 pe parsers out there, so this will be a great
help
```
Original issue reported on code.google.com by `simonz...@gma…
-
```
Are there any plans to port this to python 3?
There aren't any good python 3 pe parsers out there, so this will be a great
help
```
Original issue reported on code.google.com by `simonz...@gma…
-
```
What steps will reproduce the problem?
1. Load example shapefile from
http://gis.stackexchange.com/questions/50264/how-to-get-text-attributes-from-sha
pefile-with-python-pyshp/
2. r = shapefile.R…
-
Please add `__enter__` and `__exit__`, to be able to write e.g.
```
with pefile.PE(exenm, fast_load=True) as pe:
overlay_before = pe.get_overlay()
```
This may also be used to simplify the …