/kmemlearn

KVM-based memory access recorder

Primary LanguageC

kmemlearn

An image recognition approach for malware detection using memory access patterns

Install

Firstly you need to install KVM. (and also Linux kernel)

$ cd kvm
$ make && sudo make install

Then install custom qemu client.

$ cd qemu
$ make && sudo make install