Results 215 comments of Tavis Ormandy

Hah, thanks, I don't currently support threads so I wasn't worried about it doing it properly just yet! You're right, I should just use those builtins and avoid a future...

Thanks for letting me know, I'm investigating.

I see the issue, mpengine is doing a lot more work to validate all the signatures on the VDM, and not trusting the host system to do the verification. It...

Hmm, I think is because it's a PUA (Potentially Unwanted Application), rather than outright malicious. it seems like a I need to set a flag to get this reported. I...

There isn't a good way yet, If you change the `CFLAGS` in the Makefile to `-UNDEBUG` it will dump all the undefined imports (the output is quite verbose though). I...

I'm planning on adding additional features. Yes, it uses the same definitions and engine as security essentials.

Do you have libc6-dev-i386 installed?

I took a quick look, this looks like a good candidate to get working on Linux, the imports and api is simple, and the header looks gcc compatible. I think...

This is a tricky tool to use, but you'll have to spell out which part needs to be explained, because I don't understand the issue with this example (this is...

Yes, you could use this library. The general guidelines are that this should be a self-contained DLL, and not something very windows specific. For example, good candidates would be a...