Replies: 2 comments 1 reply
-
Yes, you must install https://github.com/lifting-bits/sleigh and point Alternatively, you could pass If you want to use Ghidra's upstream sleigh files, you could set your path via the API (maybe @Boyan-MILANOV has an example snippet for this), or you could just replace the sleigh files that Maat installed. They are located at The Dockerfile might also be helpful for relatively straight-forward instructions on how to build from scratch, even though it's Linux. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot, i ended up pointing sleigh_DIR to https://github.com/lifting-bits/sleighsleigh/cmake/modules and changing sleighCompile.cmake to sleighConfig.cmake. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to build maat from source on Windows 10 64bit, i'm using MSYS2 to download z3, LIEF and GMP.
I've also downloaded Ghidra a few months ago and i'd like to use the sleigh files already present in the Ghidra installation to build maat.
When i run
I get this error
Add the installation prefix of "sleigh" to CMAKE_PREFIX_PATH or set
"sleigh_DIR" to a directory containing one of the above files. If "sleigh"
provides a separate development package or SDK, be sure it has been
installed.
I've tried to change the CMakeLists.txt to point to the sleigh executable in the ghidra installation.
But i get the same error.
Is it possible to do it or do i have to use the source provided in https://github.com/lifting-bits/sleigh?
Beta Was this translation helpful? Give feedback.
All reactions