lifting-bits / sleigh

Unofficial CMake build for Ghidra's C++ SLEIGH code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a `--version` argument

artemdinaburg opened this issue · comments

The binaries (sleigh-lift) should take a --version argument that outputs relevant version information; ideally we want:

  • Git commit hash of the build
  • Any ghidra component versions used

Just a note that the git executable should not be required to build sleigh. If someone downloads a zip of the repo without git info, they should still be able to build and get some version info like Ghidra commit/version used (because that is known by CMake).