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
With release 1.3.0, on Linux 64 bit, Yagi outputs [Yagi] ERROR : No sleigh specification for sparc:BE:32:default when the path ~/.idapro/plugins/Ghidra is a symbolic link to the real folder.
Things work correctly when Ghidra is copied to ~/.iidapro/plugins. This is confirmed by the following traces obtained with strace -f -e file ida file.idb:
Not working:
$ grep Ghidra test
193726 stat("/home/raph/.idapro/plugins/Ghidra", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
193726 stat("/home/raph/bin/ida76/plugins/Ghidra", 0x7ffd6fe45150) = -1 ENOENT (Aucun fichier ou dossier de ce type)
With release 1.3.0, on Linux 64 bit, Yagi outputs
[Yagi] ERROR : No sleigh specification for sparc:BE:32:default
when the path~/.idapro/plugins/Ghidra
is a symbolic link to the real folder.Things work correctly when
Ghidra
is copied to~/.iidapro/plugins
. This is confirmed by the following traces obtained withstrace -f -e file ida file.idb
:Not working:
Working:
The text was updated successfully, but these errors were encountered: