thalium / icebox

Virtual Machine Introspection, Tracing & Debugging
MIT License
567 stars 86 forks source link

Use of MMR3PhysGetRamSizeU #12

Open Winbagility opened 5 years ago

Winbagility commented 5 years ago

Hello,

We should use MMR3PhysGetRamSizeU()

for: https://github.com/thalium/icebox/blob/eafbeb6f9037e70a091678637e60be056b93d599/third_party/virtualbox/src/VBox/VMM/VMMAll/PGMAll.cpp#L1504

and: https://github.com/thalium/icebox/blob/eafbeb6f9037e70a091678637e60be056b93d599/third_party/virtualbox/include/VBox/vmm/vm.h#L103

Thank you.