Skip to content

foxforensics/xr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

xr - experimental record analyzer

SYNOPSIS

$ cat FILE | xr | uniq | sort

DESCRIPTION

xr is an experimental fast event record analyzer for forensic triaging. It targets to answer two main questions about event logs: WHAT and WHEN did it happen? Contrary to existing tools, it tries to answer these questions by analyzing the raw event record structure, rather than parsing whole event log chunks. By reading from any input stream, xr is capable of carving raw forensic disk images and memory dumps.

INSTALLATION

$ go install go.foxforensics.dev/xr@latest

REFERENCES

SEE ALSO

dd(1), cat(1), uniq(1), sort(1)

Contributors

Languages