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
console.h File Reference

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...
 

Detailed Description

Console and Command header.

A header that contains the definition of Console and Command classes, each is depending on another.