macOS

I don't want to "Move to bin"

Remove the com.apple.quarantine attribute from all of the included analysis executables:

find (dirname (readlink (which ghidraRun))) \
    -type f -perm +111 \
    -not -name '*.*' \
  | xargs xattr -r -d com.apple.quarantine