Skip to content

sydp/goewf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goewf

goewf is a golang binding for the libewf project. Read access support only. No warranty offerred or implied, please validate if using in an evidentiary context.

Build for ubuntu

Install Go

sudo add-apt-repository ppa:gophers/archive
sudo apt-get update
sudo apt-get install golang-1.10-go

Clone, build libewf, run sample

sudo apt install autoconf automake autopoint libtool pkg-config bison flex

go get -u github.com/sydp/goewf

cd libewf/
./synclibs.sh
./autogen.sh
./configure
./make

go build -o goewf cmd/goewf/main.go

# Read the first 512 bytes from image.E01
goewf image.E01 512

About

Access Expert Witness Format (ewf/E01/L01) files using Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages