Mathieu Tarral

Results 386 comments of Mathieu Tarral

Hi, i never thought about uploading the images to Docker hub. It could be an interesting idea though. I haven't been involved in KDE development since a while, so i...

Thanks for letting me discover craft. It doesn't look like container based though, so yeah, you "pollute" your system with development packages, and it's distro dependent. How do you think...

I won't have the time to engage in these discussions on the mailing list in a near future. Please do so if you can. Thank you.

Have you checked all the packages in the Dockerfile ? or did you managed to build the entire image ? What about run `kdesrc-build` script ? Thanks.

Hey, thanks for the openssl configuration in kdesrc-build ! i was struggling with `qca` since a week now ! Make a pull request, we can review the changes

ok, let me try those changes, and i will make a pull request later.

Hi @romainthomas , you can use any PE that has a code view debug directory: ntoskrnl.exe: https://www.dropbox.com/s/7wvx6vaqqefl2f1/ntoskrnl.exe?dl=0 A dumb script I made with LIEF to print the GUID: ~~~Python #!/usr/bin/env...

Hey @romainthomas , thanks for implementing this. > Does the age is a part of the GUID? (in Volatility it is not mentioned) good question, and I believe now the...

Hey @romainthomas , any update regarding this issue ? I'm scanning all the binaries of Windows 7 with LIEF, and I have `387` failures like this one: ~~~ Checksec.py failed...

Hi @romainthomas , thanks for poiting me to `guard_cf_flags_list`. What I want in the end, is to implement the same check as in [winchecksec:isRFG](https://github.com/trailofbits/winchecksec/blob/v2.0.0/checksec.cpp#L262) The equivalent in Python would be...