\brief Return a memory map of the target process.
| 128 | |
| 129 | //! \brief Return a memory map of the target process. |
| 130 | MemoryMap* GetMemoryMap() { return &memory_map_; } |
| 131 | |
| 132 | //! \brief Determines the target process’ start time. |
| 133 | //! |
no outgoing calls