MagnetForensics / dumpit-linux

Memory acquisition for Linux that makes sense.
Apache License 2.0
151 stars 18 forks source link

Cross Compile #7

Open keldnorman opened 1 year ago

keldnorman commented 1 year ago

Do you know how to or.. could you add a guide on how to cross compile it with static linked libs ?

It would be luxsus if you also had a pre-compiled version to download :)

aarch64-unknown-linux-gnu i686-pc-windows-gnu i686-pc-windows-msvc i686-unknown-linux-gnu x86_64-apple-darwin x86_64-pc-windows-gnu x86_64-pc-windows-msvc x86_64-unknown-linux-gnu

The util is really useful for memory forensics - thanks for the free code and hard work !

fcgreg commented 1 year ago

Just a quick note for others viewing this issue: I started a separate project (forked from here) to provide compiled binaries for those that need it. It is here: https://github.com/fcgreg/dumpit-linux

For the current release I only provided a static/pre-compiled binary for x86_64 (64-bit) systems since this is the most commonly needed these days. I will try to provide more as time allows.