MemoryAccessor 1
A command-line front-end for exploring virtual memory of a linux process by accessing /proc/PID/mem file.
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CArgvParserA class to parse arguments from the command line
 CCommandA struct that represents command in Console
 CConsoleA class to perform CLI
 Cstd::exception
 CMemoryAccessor::BaseExceptionEx: Base exception
 CMemoryAccessor::BadMapsExEx: Parsing /proc/PID/maps failed
 CMemoryAccessor::FileExEx: Exception related to files
 CMemoryAccessor::MapsFileExEx: Opening /proc/PID/maps failed
 CMemoryAccessor::MemFileExEx: Operation with /proc/PID/mem failed
 CMemoryAccessor::PidExEx: Exception related to PID
 CMemoryAccessor::ErrCheckingPidExEx: Could not check if PID exists
 CMemoryAccessor::PidNotExistExEx: PID does not exist
 CMemoryAccessor::PidNotSetExEx: PID is not set
 CMemoryAccessor::SegmentExEx: Exception related to memory segments
 CMemoryAccessor::AddressNotInSegmentExEx: Address does not belong to any segment
 CMemoryAccessor::SegmentAccessDeniedExEx: Access to the segment of memory denied
 CMemoryAccessor::SegmentNotExistExEx: Segment of memory does not exist
 CHexViewerA class for printing data in a readable format
 CMemoryAccessorA class to perform the main operations with memory
 CSegmentInfoA struct to store the information of a memory segment
 CToolsA struct with various tools that are independent or depend on operating system