Open cstation opened 2 years ago
Without having added a license to module.c, the following error frequently occurs:
module.c
ERROR: modpost: missing MODULE_LICENSE() in .../volatility/tools/linux/module.o
This PR resolves #803 and resolves #812
Working in Volatility today and ran into this problem. Please merge this in!
Required when building profiles with newer kernel versions.
Without having added a license to
module.c
, the following error frequently occurs:This PR resolves #803 and resolves #812