Skip to content

A pyo3 implementation of xpress decompression algorithms used in digital forensics.

License

Notifications You must be signed in to change notification settings

forensicxlab/xpress_lz77

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xpress lz77 decompression algorithms

xpress LZ77 Plain and xpress LZ77+Huffman Decompression algorithms : A rust implementation using pyo3.

Context

Both algorithms are used by microsoft and can help with digital forensics:

  • Windows 1.X prefetch files
  • Windows Hibernation

The use of pyo3 make the creation of a python package possible for integration in python3 tools where decompression performances are required.

Use cases

References

About

A pyo3 implementation of xpress decompression algorithms used in digital forensics.

Resources

License

Stars

Watchers

Forks

Languages