Ero Carrera
Ero Carrera
Hi @hacktorious , So streams are not supported directly, but you can create a PE instance via `pe = pefile.PE(data=buffer)` instead of providing a file path. Maybe that helps your...
> The way to fix this is to: > > 1. Yank the current release, whcih I think PyPI does these days? > 2. Add `python_requires=">=3.6.0",` to the `setup()` function...
Hi, I am no longer supporting Python 2. I prefer to focus the code on Python 3 and slowly take advantage of its features. I have yanked the version incompatible...
Thank you for understanding, I wish I had the cycles to keep it compatible a while longer but I had to drop Python 2 at some point. I hope it's...
Hi @pombredanne, it sounds quite sensible. The next release will include wheels.
I would definitely consider it! sounds like a great idea.
Do you have an example file? Nonetheless, there's no specific support for .NET.
Hi, If the test binaries are in VirusTotal, just give me the hashes and I'll get them from there. Otherwise you can send the binaries directly to me and I'll...
Thanks for letting me know. It's been a while since I wrote the PEiD parsing code. I don't believe I ever aimed at perfect compatibility, as you point out, there...
That should work in most cases. Have you tried with more than one PE file? is there a chance that you could share the file?