raminspect 0.7.4

A library for the arbitrary inspection and manipulation of the memory and code of a process on a Linux system.
Documentation
1
2
3
4
5
6
7
8
9
obj-m += raminspect.o
raminspect-objs += src/raminspect.o
ccflags-y := -Wall -Werror -Wno-declaration-after-statement -Wno-discarded-qualifiers

all: 
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules

clean: 
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean