Louis Brunner
Louis Brunner
For my use-case, I need to be able to change the current share that `ProtonDrive` points to. Luckily `MainShare`, `MainShareKR` and `RootLink` are exposed so I can change those. However,...
Resolves #33 This PR implements the same verification workflow as the Proton apps (based on testing and the [WebClients](https://github.com/ProtonMail/WebClients) code). Requires https://github.com/henrybear327/go-proton-api/pull/5
Split from #126 Changes: * Re-add the amd64 signals blocking during syscalls * Clean up the arm64 syscall assembly and use `__NR___pthread_sigmask` as suggested for amd64
As discussed https://github.com/LouisBrunner/valgrind-macos/issues/56#issuecomment-2442886835, Valgrind suffers from some kind of memory issues on arm64, causing the whole system to slow down and/or crash. Click here if you want to use Valgrind...