You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any consideration for supporting electron/fuses? I would like to encrypt the cookies with [FuseV1Options.EnableCookieEncryption]: true fuse with my application, but making any fuse changes causes the python -m castlabs_evs.vmp sign-pkg command to fail with the following error. It makes binary level changes to executable to flip fuses, which causes the bad signature I think.
The sign-pkg command has no issues if no fuses are changed from default.
By default, the following fuses are used
(evs-env) PS C:\Users\eXhumer\Projects\eXViewer> yarn run electron-fuses read --app .\out\eXViewer-win32-x64\eXViewer.exe yarn run v1.22.19
$ C:\Users\eXhumer\Projects\eXViewer\node_modules\.bin\electron-fuses read --app .\out\eXViewer-win32-x64\eXViewer.exe
Analyzing app: eXViewer.exe
Fuse Version: v1
RunAsNode is Enabled
EnableCookieEncryption is Disabled
EnableNodeOptionsEnvironmentVariable is Enabled
EnableNodeCliInspectArguments is Enabled
EnableEmbeddedAsarIntegrityValidation is Disabled
OnlyLoadAppFromAsar is Disabled
LoadBrowserProcessSpecificV8Snapshot is Disabled
Done in 0.49s.
The text was updated successfully, but these errors were encountered:
This is actually something that would be interesting to add support for. For now it is not planned, and it is likely to be rather complicated to add safely (so I can't give an estimate or anything), but I will make sure it is put up for consideration.
Is there any consideration for supporting electron/fuses? I would like to encrypt the cookies with
[FuseV1Options.EnableCookieEncryption]: true
fuse with my application, but making any fuse changes causes thepython -m castlabs_evs.vmp sign-pkg
command to fail with the following error. It makes binary level changes to executable to flip fuses, which causes the bad signature I think.The
sign-pkg
command has no issues if no fuses are changed from default.By default, the following fuses are used
The text was updated successfully, but these errors were encountered: