Re: [Valgrind-users] About how to get the guest code memory

2018-08-25 Thread Philippe Waroquiers
On Mon, 2018-08-20 at 17:44 +0800, shuai xi wrote: > Hi@all,  > > I add some hooks in the vgpreload*.so and get some information from it. The > vgpreload*.so is a dynamically library  loaded in the guest code. > > I want to get this information to do some analysis. But i don't know how to >

[Valgrind-users] About how to get the guest code memory

2018-08-20 Thread shuai xi
Hi@all, I add some hooks in the vgpreload*.so and get some information from it. The vgpreload*.so is a dynamically library loaded in the guest code. I want to get this information to do some analysis. But i don't know how to get this information from guest code memory to valgrind memory space.