h33p / vmread

A library to read/write memory to Windows on KVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Host and Guest crash

ahmetabdi opened this issue · comments

Thanks for the library it is working very well.

I'm trying to run the example injection method to get faster READ&WRITE operations because currently in external mode its not fast enough for what I need it for so I'm testing the example in this project but where I run the injection script sudo ./inject everything crashes and I have cycle the power.

Win is 1903, is there some alternative method for reading faster or what could possibly be the cause of the crash using the example?

commented

The crash probably occurs due to permission issues. A much safer method is to use the kernel module to remap the memory of VM. Please read README for more information

Thanks much better 👍