Skip to content

Program to fuse mount an AFF4 image as a raw DD image

License

Notifications You must be signed in to change notification settings

pjrinaldi/aff4fuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AFF4 Fuse Mounter

Program to fuse mount an AFF4 image as a raw DD image

This is a really basic quick (about 1 hr) put together fuse program to mount AFF4 images as a raw image, which you can then run through the sleuthkit tools, or any other tools you want. I have even then use apfs-fuse to mount an APFS volume from the fuse mounted raw image of a AFF4 image using this tool.

I based it off the AFF affuse code and libfuse examples.

You need the AFF4 CPP Lite library installed.

Get the latest release of AFF4 CPP Lite.

Compile

There is no make file or build system, to compile just run the following command:

g++ -Wall aff4fuse.cpp -I/usr/include/fuse3 -lfuse3 -lpthread -laff4 -o aff4mount

Enjoy.

About

Program to fuse mount an AFF4 image as a raw DD image

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages