Marek Milkovič

Results 10 comments of Marek Milkovič

Hey, great PR, we've found ourselves in the situation where we need exactly this. I just have a one thing that could potentially be improved. What about storing parsed icons...

@plusvic Do you think you could possibly share some details about this ambitious change with us? :) @tomaskender is working in my team on some improvements to YARA itself and...

I recently ran into this issue in my Windows docker container. I found that setting environment variable `PYTHONLEGACYWINDOWSSTDIO` helps. The problem is with `os.dup2` function call which cannot be used...

Please report it to us at [avast/authenticode-parser](https://github.com/avast/authenticode-parser) as that's what's being used for authenticode parsing. We never really tested against LibreSSL so it might need some work.

I tried to have a short look at it. Our authenticode-parser relies of X509_verify_cert to actually build a certificate chain, even if its incomplete. That's how it behaves in OpenSSL...

I've recently ran into this too. I see that there's a PR for mach-o already. My knowledge of DEX is rather limited. I don't know if original author of DEX...

@kallanreed I started working on CMake build system long time ago but this weekend I was able to get it into the buildable state on Windows, Linux, macOS and even...

From what I know a lot of people who install OpenSSL on Windows use [this](https://slproweb.com/products/Win32OpenSSL.html) to download installer. Even [chocolatey OpenSSL package](https://chocolatey.org/packages/OpenSSL.Light) uses it but unfortunately only _light_ version which...

Last time this was being discussed, the conclusion was that maintaining yet another build system is not viable because some people want to keep the current build system. It would...

Thank you. I'll try to look into the deferred decoding as having access to the original data would most probably solve the problem. The only thing that I see as...