GhostManager / Ghostwriter

The SpecterOps project management and reporting engine

Home Page:https://ghostwriter.wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile ghostwriter-cli for ARM

bman46 opened this issue · comments

The current ghostwriter-cli-linux executable is only compiled for the x86-64 platform. This makes it unusable without a recompile on devices such as a Raspberry PI.

The MacOS build could also benefit from being compiled for ARM as the current version requires rosetta to run on M series Macs.

I found the Ghostwriter-CLI repo which has the ARM builds for Linux and Mac. It isn't compiled for the armv7l platform that is needed for Raspberry Pi, but I can recompile it for the platform now that I know where the source code is located.