Joe Testa
Joe Testa
@mxmssh What is the blocking issue with adding return value printing, if any? If DynamoRIO supports most of the pieces we need to put this together, then if you pointed...
Right. I was thinking the only real solution is to cache the function calls until the return value is received, then print it all out at once. Any other approach...
So I gave it a shot, and got it working well under Linux. Then I tried it on Windows and it consistently crashed. It turns out that calling `dr_get_thread_id()` or...
Yes, I did also try it with the master branch of DynamoRIO from a couple days ago. Same results. I'll open an issue on their repo. Here's a quick question:...
Interesting. Do you happen to know how to reproduce this scenario? I'm drawing blanks...
I think the user should be given maximum information by default. Then if they feel like they'd rather have less, they can use the right args to cut the output...
The XML schema can be changed quickly before we add the certificate enumeration code. In the short term, it'll only report one certificate like before, but force users to assume...
One option is to add a comment in the XML to warn users that multiple certs are possible. Like: It won't help with existing implementations until a human looks at...
> @jtesta do you have a strong feeling either way? CBC doesn't have any practical issues to it, but it does have theoretical ones. Firstly, there's a history of implementation...
> SSL/TLS Protocols: > SSLv2 disabled > SSLv3 disabled > TLSv1.0 disabled > TLSv1.1 disabled > TLSv1.2 disabled > TLSv1.3 disabled I suspect that nothing was found because the protocol...