yarGen
yarGen copied to clipboard
yarGen is a generator for YARA rules
change opcode save from opcodes.append(binascii.hexlify(text_part[:16])) to opcodes.append(text_part[:16].hex()) would work perfectly because json cannot dump dict whose key type is bytes
# Expected Behavior Successful build of local goodware database. # Current Behavior Script fails with error SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123) It's...
Sometimes, directories adjacent to yarGen.py are unwritable (e.g. in the case of being installed to the Nix store). Instead, read from the current directory.
See https://github.com/benhoyt/scandir#now-included-in-a-python-near-you.
[The commit](https://github.com/Neo23x0/yarGen/commit/f582ace368175fcbfc079a49178eab8ab88b2b3e) that fixes #27 increments the version number to 0.23.3, but the 0.23.3 release itself still has the code from 0.23.2. This makes creating a database not possible. #...
Can we use yarGen against an office file, or a pdf, or an apk? Do the results make sense?
Hi, Is it possible that the super-rule generation condition is inverted? Inspecting the code, there's a condition that practically (unless there're at least 20 rules by default) stops the code...
replace urllib request with requests to avoid ssl issues which I had.