malwarefrank
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...
I can't find any documentation stating whether the OS attributes (OSPlatformAttribute, ObsoletedOSPlatformAttribute, etc.) are in the method header, method body, or a MetaDataTable. Given the various string values I am...
This may require a change to the vt-go package. The [exposed functions](https://github.com/VirusTotal/vt-go/blob/8431ff2cc00f58def8a9e7de489c0e836d8b9d78/client.go#L35C1-L51C39), like Get and GetData, appear to assume a JSON response. The simplest fix may be to add sendRequest...
I would actually prefer the SONAME to be minor-version agnostic rather than how it is now. Then the agnostic filename can be a symlink to the latest version-specific file. This...
@thesamesam thoughts on using an ENV var to set soname at build time?
- pass along UDP packets one at a time in the order they are "seen" by the library - pass along TCP packets in the order they were sent, aka...
I have cherry picked the signature parsing implementation from @williballenthin wip/type-signatures branch and will continue development on it in my **methods** branch
@gdesmar I just pushed a commit that should fix that IndexError. I do not have access to the file, so can you test with it and paste the output here?...