volatilityfoundation / volatility

An advanced memory forensics framework
http://volatilityfoundation.org/
GNU General Public License v2.0
7.04k stars 1.26k forks source link

Add MODULE_LICENSE to Linux kernel module used for profile creation #853

Closed miszr closed 1 year ago

miszr commented 1 year ago

In order to build a Linux kernel module a MODULE_LICENSE tag is required.

The MODULE_LICENSE tag specifies the license of the kernel module.

miszr commented 1 year ago

Duplicate of #813, closing