Reproduction script:
# Bulk rewrite
./maintainers/scripts/sha-to-sri.py pkgs/by-name
# Revert some packages which will need manual intervention
for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
git checkout -- "pkgs/by-name/${n:0:2}/${n}"
done
The cloud decompiler is currently not working because it tries to
dlopen() openssl. openssl is added to the RUNPATH of the main ida64
binary, but not of this helper library. Tell autoPatchelf to add it by
adding a reference to it.