knot126

furries, computers, magic

  • they/them (any are fine)


Tip: If you are on Windows ARM64 and you are trying to run ghidra but it can't find the compiler binary, go to (of course with the right version):

ghidra_10.3_PUBLIC_20230510\ghidra_10.3_PUBLIC\Ghidra\Features\Decompiler\os

and copy the win_x86_64 folder to a folder called null

go into the null folder and remove the .exe extensions from the binaries

the decompiler now works properly :P

Ghidra considers arm64 windows to not really exist so it just gets the platform name "null" and also doesn't attach exe extesnion so you have to remove them. but since arm64 windows will happily run x86 binaries it just works if you put them at the path it wants.

This also needs to be done for any native modules you use (e.g. demangler if you have symbols) but decompiler is most important imo.

Update: Note the demangler is stored at:

ghidra_10.3_PUBLIC_20230510\ghidra_10.3_PUBLIC\GPL\DemanglerGnu

You must log in to comment.