malwarefrank

Results 3 comments of malwarefrank

@guelfoweb please fix this. it is preventing `pip install`. you either need to change the setup.py console_scripts to reference a function (e.g. peframe=peframe.peframecli:main) or remove entry_points and replace it with...

I suggest changing "8" to "10" in that one line, since the prefix (0X) will use two characters. That would also makes it align better in the output.

Have you tried with pysqlite3 v0.4.8 or any other older version? This may be a bug with [pysqlite3](https://github.com/coleifer/pysqlite3) itself. @jxb5151 thoughts? Could we just move to built-in sqlite3, or are...