-
-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How would we go about verifing this library? #734
Comments
You can build them yourself from the Ideally though, we'd just have rust-lang/rfcs#2627 and I wouldn't need those import libraries. |
I poked at this some (under the mistaken impression binaries were used in What follows is mostly a description of how to generate and diff the binaries reasonably. I have not done an exhaustive check against all binaries - could be automated more, but I haven't. I also haven't checked that e.g. I list everything important using Stuff used:
Archive Differences
Archive\1.txt Differences
Example:
Archive\*.o Differences
|
Yep, |
As a part of effort of cargo crev, I wanted to review
winapi-i686-pc-windows-gnu
, and it turned out it's a 52MB of binary libraries. I realize that they are probably good reason for this, but how should I go about making sure there are no rootkits, viruses etc. in there?The text was updated successfully, but these errors were encountered: