Marek Milkovič
Marek Milkovič
Recently I was approach by someone who'd like to compute a hash on a specific part of the file and then compare that hash against bytes at a specific offset....
Pog is able to generate parser during the runtime but it takes some time to actually create the parser itself. In the same way as bison and other parser generators,...
As of right now, `pog` raises an exception in case of syntax error. It takes all symbols that are expected on the input in the particular parsing state it is...
Hi. Recently I ran into this PKCS7/CMS structure which contains what seems like non-canonical signed/authenticated attributes. It was failing signature verification in Rust code and after closer look, it seems...
This pull request adds support for [YARA](https://github.com/VirusTotal/yara) language. This was my first time doing something in Ruby so I hope everything is fine.