-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Release v3 #72
Merged
Release v3 #72
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e7b549 - Browse repository at this point
Copy the full SHA 0e7b549View commit details -
This patch no longer works because the latest version of `@electron/asar` now skips files with an invalid offset or size.
Configuration menu - View commit details
-
Copy full SHA for fe595bd - Browse repository at this point
Copy the full SHA fe595bdView commit details -
Adjust bloat patch to only write zero bytes
Previously, the bloat patch would still partially leak actual file contents. This commit fixes that so it only writes nonsense that is useless to an attacker.
Configuration menu - View commit details
-
Copy full SHA for cddbf4c - Browse repository at this point
Copy the full SHA cddbf4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f8bd3 - Browse repository at this point
Copy the full SHA d8f8bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87f33b1 - Browse repository at this point
Copy the full SHA 87f33b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b37208 - Browse repository at this point
Copy the full SHA 6b37208View commit details -
Configuration menu - View commit details
-
Copy full SHA for b173d33 - Browse repository at this point
Copy the full SHA b173d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e68ee7 - Browse repository at this point
Copy the full SHA 9e68ee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa25968 - Browse repository at this point
Copy the full SHA fa25968View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac2c9fb - Browse repository at this point
Copy the full SHA ac2c9fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d15d769 - Browse repository at this point
Copy the full SHA d15d769View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab90ed7 - Browse repository at this point
Copy the full SHA ab90ed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4897e - Browse repository at this point
Copy the full SHA 6e4897eView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0890a8 - Browse repository at this point
Copy the full SHA c0890a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3924c13 - Browse repository at this point
Copy the full SHA 3924c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 637ca7d - Browse repository at this point
Copy the full SHA 637ca7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a79e08c - Browse repository at this point
Copy the full SHA a79e08cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 414e020 - Browse repository at this point
Copy the full SHA 414e020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c26000 - Browse repository at this point
Copy the full SHA 2c26000View commit details -
Handle encryption keys only internally (closes #61)
The key is unique per asarmor installation and should be the exact same from both the JS and C/C++ side. To prevent user error we should not expose the `key` property to the user in the library API or CLI. Instead, we always use the randomly generated key. If a user wishes to rotate the key, they can do so by manually reinstalling `asarmor` or by deleting the `key.txt` file and regenerating it using a script.
Configuration menu - View commit details
-
Copy full SHA for 1ba3d45 - Browse repository at this point
Copy the full SHA 1ba3d45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82300dc - Browse repository at this point
Copy the full SHA 82300dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aac8ed - Browse repository at this point
Copy the full SHA 6aac8edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c1dc49 - Browse repository at this point
Copy the full SHA 1c1dc49View commit details -
Configuration menu - View commit details
-
Copy full SHA for a480308 - Browse repository at this point
Copy the full SHA a480308View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14b98e6 - Browse repository at this point
Copy the full SHA 14b98e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c5584 - Browse repository at this point
Copy the full SHA 78c5584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 111e92f - Browse repository at this point
Copy the full SHA 111e92fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d089424 - Browse repository at this point
Copy the full SHA d089424View 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.