You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Icebox does split into aligned chunks before reading and we don't get segfaults.
However, reading the virtualbox implementation, it's supposed to support reading physical memory mapping multiple contiguous pages so something is definitely wrong
Hi,
I'm facing a segfault while trying to read physical memory:
I initialized FDP with:
FDP_OpenSHM()
FDP_Init()
https://github.com/Wenzel/fdp/blob/master/src/lib.rs#L92
The last call in FDP is here
My memory dump example is still working though:
But this time I'm trying to bridge libmicrovmi with MemProcFS.
I wanted to check with you if this was a bug somewhere in FDP ?
Thanks !
The text was updated successfully, but these errors were encountered: