Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
72 views2 pages

AArch64 Memory Acquisition For Linux

Uploaded by

Agus Croci
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views2 pages

AArch64 Memory Acquisition For Linux

Uploaded by

Agus Croci
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

20/3/23, 17:42 AArch64 Memory Acquisition for Linux | 4n6ir.

com

4n6ir.com
GitHub Organization

Slack Workspace

18 March 2023

AArch64 Memory Acquisition for Linux


by John Lukach

I have been happy with AVML (Acquire Volatile Memory for Linux) from Microsoft
for acquiring memory from x86_64 Linux systems.

https://github.com/microsoft/avml

With most of my workloads running on arm64 now, I was excited to see the return
of DumpIt for Linux under the Magnet Forensics banner.

https://github.com/MagnetForensics/dumpit-linux

https://4n6ir.com/2023/03/18/aarch64-memory-acquisition-for-linux.html 1/2
20/3/23, 17:42 AArch64 Memory Acquisition for Linux | 4n6ir.com

The provided directions focus on Ubuntu, where my primary server operating


system is Amazon Linux, so I wanted to share my notes.

Installation

1. yum install xz-devel


2. curl https://sh.rustup.rs -sSf | sh -s -- -y
3. source "$HOME/.cargo/env"
4. git clone [email protected]:MagnetForensics/dumpit-linux.git
5. cd dumpit-linux
6. cargo build --release
7. cd target/release
8. ./dumpitforlinux -h

DumpIt (For Linux - x64 & ARM64) 0.1.0 (2023-01-27T13:42:56Z)


Linux memory acquisition that makes sense.
Copyright (c) 2022, Magnet Forensics, Inc.

A program that makes memory analysis for incident response easy

Usage: dumpitforlinux [OPTIONS] [Output Path]

Arguments:
[Output Path] Path to the output archive or file

Options:
-0, --to-stdout Write to stdout instead of a file
-r, --raw Create a single core dump file instead of a
-v, --verbose Print extra output while parsing
-h, --help Print help information
-V, --version Print version information

tags: AArch64 - arm64 - Linux - Memory - Acquisition

© 2015 - 2023 4n6ir.com

https://4n6ir.com/2023/03/18/aarch64-memory-acquisition-for-linux.html 2/2

You might also like