-
Notifications
You must be signed in to change notification settings - Fork 361
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
feat(lld): π ASAR integrity check #8748
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git βοΈ 4 Skipped Deployments
|
There as been no activity on this PR for the last 14 days. Please consider closing this PR. |
thesan
force-pushed
the
poc/asar-integrity-check
branch
4 times, most recently
from
January 13, 2025 12:20
f9aa1a6
to
61991b1
Compare
thesan
force-pushed
the
poc/asar-integrity-check
branch
2 times, most recently
from
January 14, 2025 18:24
9cefe28
to
d04dcbb
Compare
live-github-bot
bot
added
tools
Has changes in tools
and removed
automation
CI/CD stuff
labels
Jan 14, 2025
thesan
force-pushed
the
poc/asar-integrity-check
branch
2 times, most recently
from
January 15, 2025 09:23
54de99a
to
0f6b1c1
Compare
thesan
force-pushed
the
poc/asar-integrity-check
branch
from
January 15, 2025 14:24
0f6b1c1
to
769be20
Compare
thesan
force-pushed
the
poc/asar-integrity-check
branch
from
January 15, 2025 15:05
769be20
to
bf1098f
Compare
thesan
force-pushed
the
poc/asar-integrity-check
branch
from
January 20, 2025 17:37
6395e9d
to
2cf8427
Compare
thesan
changed the title
poc(lld): π ASAR integrity check
feat(lld): π ASAR integrity check
Jan 21, 2025
(Simply by leaving `CSC_IDENTITY_AUTO_DISCOVER` to true)
thesan
force-pushed
the
poc/asar-integrity-check
branch
from
January 21, 2025 09:55
52c6a1a
to
4183ff8
Compare
themooneer
reviewed
Jan 21, 2025
themooneer
approved these changes
Jan 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
β Checklist
npx changeset
was attached.π Description
This PR enables the ASAR integrity check and upgrade electron builder to v25 to enable it on Windows too.
It also addresses the build issues that arise due to the electron builder update.
More details in the tech research
π₯ Demo:
On MacOS:
MacASARCheck.mov
On Windows:
WinASARCheck.mp4
β Context
π§ Checklist for the PR Reviewers