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 List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CArgvParserA class to parse arguments from the command line
 CCommandA struct that represents command in Console
 CConsoleA class to perform CLI
 CHexViewerA class for printing data in a readable format
 CMemoryAccessorA class to perform the main operations with memory
 CAddressNotInSegmentExEx: Address does not belong to any segment
 CBadMapsExEx: Parsing /proc/PID/maps failed
 CBaseExceptionEx: Base exception
 CErrCheckingPidExEx: Could not check if PID exists
 CFileExEx: Exception related to files
 CMapsFileExEx: Opening /proc/PID/maps failed
 CMemFileExEx: Operation with /proc/PID/mem failed
 CPidExEx: Exception related to PID
 CPidNotExistExEx: PID does not exist
 CPidNotSetExEx: PID is not set
 CSegmentAccessDeniedExEx: Access to the segment of memory denied
 CSegmentExEx: Exception related to memory segments
 CSegmentNotExistExEx: Segment of memory does not exist
 CSegmentInfoA struct to store the information of a memory segment
 CToolsA struct with various tools that are independent or depend on operating system