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
I've reported few bugs related to encrypted binaries recently. Now most of them are solved in DEVELOP with exception of this one. Could this fix be also merged to DEVELOP so we will have a picotool version which works with enctypted binaries?
This fix is part of a larger PR which still needs more work, so you will need to wait for that PR to be merged, or cherry-pick the relevant commits from that PR. This only causes issues when reading info from encrypted binaries, so you can still compile and use encrypted binaries without this fix.
Activity
kilograham commentedon Feb 27, 2025
What compiler are you using
richard9999999999 commentedon Feb 27, 2025
GCC 10.3.1 on pico site, some MinGW on picotool. I can see the problem also with Windows X64 binaries from "pico-sdk-tools" project.
richard9999999999 commentedon Feb 27, 2025
Plus I am completely on Windows (if that matters)..
will-v-pi commentedon Feb 28, 2025
This is fixed in #207
richard9999999999 commentedon Mar 1, 2025
I confirm that I don't see the problem anymore using picotool compiled from branch "picotool-encrypted-shares". Thank you.
Better fix for #210
Better fix for #210
Better fix for #210
Better fix for #210
richard9999999999 commentedon Apr 23, 2025
I've reported few bugs related to encrypted binaries recently. Now most of them are solved in DEVELOP with exception of this one. Could this fix be also merged to DEVELOP so we will have a picotool version which works with enctypted binaries?
will-v-pi commentedon Apr 23, 2025
This fix is part of a larger PR which still needs more work, so you will need to wait for that PR to be merged, or cherry-pick the relevant commits from that PR. This only causes issues when reading info from encrypted binaries, so you can still compile and use encrypted binaries without this fix.
richard9999999999 commentedon Apr 23, 2025
OK I see.. I guessed the problem is trivial to fix.
will-v-pi commentedon Jun 2, 2025
merged into develop