pyew icon indicating copy to clipboard operation
pyew copied to clipboard

Official repository for Pyew.

Results 5 pyew issues
Sort by recently updated
recently updated
newest added

I will be changing the license of this project to the GNU Affero GPL 3.0. While it means no change for 99,99% of users, I would like to know if...

Forwarding https://bugs.debian.org/937434 Python 2 is EOL soon so distros are working on removing all modules that require Python 2. Consequently pyew got removed from Debian and will become unusable on...

Before pyew was removed from Debian, it had a few patches, it would be great if they could be merged into your version or replaced by other commits: https://sources.debian.org/src/pyew/2.0-4/debian/patches/

Forwarding https://bugs.debian.org/688525 When I run `pyew /bin/ls` I get a cache file (`~/pyew-files.sqlite`) in sqlite format directly in my home directory. That should be moved to a better place, preferably...

Hello, I try to enumerate all basic blocks using the following code: ```import sys from pyew import CPyew def main(f): pyew = CPyew(plugins=True, batch=True) pyew.loadFile(f) ca = pyew._anal for _,...