Skip to content

Releases: 504ensicsLabs/LiME

Bug Fix and new kernel options

25 Aug 18:59
Compare
Choose a tag to compare
Release V1.9.1

Memory imaging is no longer very very very slow in certain cases.
Supports new TCP options in kernel 4.8
Other fixes

Kernel Compression Option

19 Oct 17:23
Compare
Choose a tag to compare

Thanks to the great hard work of @valldrac, an option to compress memory using the zlib library from the kernel has been added.

Compression can significantly reduce the time required to acquire a memory capture. It can achieve the speedup of 4x over uncompressed transfers with a few memory overhead (~ 24 KB).

To enable add "compress=1" to your insmod parameters.
To decompress it you can use pigz or any zlib-compatible library.

See the README for more details.

This release also includes refactoring and cleaning.

Fixes for digest transfer

16 Jan 00:45
Compare
Choose a tag to compare

This release fixes issues for transferring a calculated digest over a
TCP socket. The module will now retry 10x when it fails to bind a socket.

The Makefile also provides an option to build a module without stripping
symbols

Memory Hashing

06 May 18:00
7eba65e
Compare
Choose a tag to compare

LiME v1.8 contains a minor bug fix and the ability to calculate and generate a hash digest of acquired memory.

Thanks to Daryl Bennett (@kd8bny) for the hard work in this area!

Fixes for kernels >= 4.11

15 Jun 02:36
Compare
Choose a tag to compare
documentation of the timeout parameter (Fixes #27)

* documentation of the timeout parameter

* Update README

v1.7.6

23 Dec 20:13
Compare
Choose a tag to compare
Disabled timeout for kernel versions < 2.6.16.

v1.7.5

20 Aug 15:46
Compare
Choose a tag to compare
#21: Tweak default timeout again.

1.7.5

18 Aug 02:20
Compare
Choose a tag to compare
1.7.5 Pre-release
Pre-release
#19: Adjusted default timeout to 5 seconds per page

v1.7.4

17 Aug 17:25
Compare
Choose a tag to compare
Fix off-by-one calculating size of padding written upon timeout. (#17)