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
Long story short, I'm following your excellent Youtube series on reversing wannacry, and due to headaches with the ooanalyzer plugin, moved from Windows to Linux, and transferred the project from one to the other in order to preserve my work so far.
Returns the old location on my C: drive, rather than its current location in my Linux machine. I can workaround this by manually specifying the executable location.
This may be a bug with Ghidra rather than your script.
The text was updated successfully, but these errors were encountered:
Long story short, I'm following your excellent Youtube series on reversing wannacry, and due to headaches with the ooanalyzer plugin, moved from Windows to Linux, and transferred the project from one to the other in order to preserve my work so far.
However, the following line in yara.py:
currentProgram.getDomainFile().getMetadata()["Executable Location"]
Returns the old location on my C: drive, rather than its current location in my Linux machine. I can workaround this by manually specifying the executable location.
This may be a bug with Ghidra rather than your script.
The text was updated successfully, but these errors were encountered: