MemoryAccessor 1
A command-line front-end for exploring virtual memory of a linux process by accessing /proc/PID/mem file.
|
Console and Command header. More...
#include <array>
#include <cstdint>
#include <exception>
#include <string>
#include <vector>
#include "hexviewer.h"
#include "memoryaccessor.h"
#include "segmentinfo.h"
#include "tools.h"
Go to the source code of this file.
Classes | |
struct | Command |
A struct that represents command in Console. More... | |
class | Console |
A class to perform CLI. More... | |