-
Notifications
You must be signed in to change notification settings - Fork 564
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
Is encrypted by msoffcrypto #436
Closed
christian-intra2net
wants to merge
14
commits into
decalage2:master
from
christian-intra2net:is-encrypted-by-msoffcrypto
Closed
Is encrypted by msoffcrypto #436
christian-intra2net
wants to merge
14
commits into
decalage2:master
from
christian-intra2net:is-encrypted-by-msoffcrypto
Commits on Apr 29, 2019
-
This is an interesting one since "our" old implementation of is_encrypted claims that the embedded file is still encrypted (which it is not), but the msoffcrypto-is_encrypted gets it right.
Configuration menu - View commit details
-
Copy full SHA for 5dfba51 - Browse repository at this point
Copy the full SHA 5dfba51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dfa259 - Browse repository at this point
Copy the full SHA 0dfa259View commit details
Commits on Apr 30, 2019
-
crypto: use msoffcrypto's is_encrypted if possible
There were cases where our own test of byte 0x15 of SummaryInformation stream was incorrect. So leave test to the professionals ;-)
Configuration menu - View commit details
-
Copy full SHA for 4e1f626 - Browse repository at this point
Copy the full SHA 4e1f626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5988d79 - Browse repository at this point
Copy the full SHA 5988d79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db8aef - Browse repository at this point
Copy the full SHA 7db8aefView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ca775 - Browse repository at this point
Copy the full SHA d7ca775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14e6876 - Browse repository at this point
Copy the full SHA 14e6876View commit details -
Configuration menu - View commit details
-
Copy full SHA for f537ec1 - Browse repository at this point
Copy the full SHA f537ec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b05546 - Browse repository at this point
Copy the full SHA 9b05546View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c591a - Browse repository at this point
Copy the full SHA 06c591aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b22b36c - Browse repository at this point
Copy the full SHA b22b36cView commit details -
test: Use call_and_capture in olevba tests
Running main() within same interpreter capturing SystemExit and sys.stdout/err always causes trouble (at least in unittest). Fork another python process and capture from there, that is easier and cleaner in my view.
Configuration menu - View commit details
-
Copy full SHA for 0bc6728 - Browse repository at this point
Copy the full SHA 0bc6728View commit details
Commits on May 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for faa0d80 - Browse repository at this point
Copy the full SHA faa0d80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac5afc - Browse repository at this point
Copy the full SHA 6ac5afcView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.