Luca Invernizzi
Luca Invernizzi
`SETATTR` system calls that set a custom atime on an inode (e.g., `touch -t 0102030405 a.txt`) set both the `SETATTR_ATIME` and `SETATTR_ATIME_SET` flags. Prior to the fix, SETATTR_ATIME_SET was processed...
(internal bug report from sajjadium@) JS files from https://hermesengine.dev are detected as Java bytecode
There's a few tools being developed that are designed around magika. E.g., https://github.com/100security/magika-dashboard Maybe we should have a "from the community" section in the readme / website.
This small change makes pyzipcode independent from pysqlite, which is the only dependency that is not Python 3 friendly. Fixes #7