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
main.cc File Reference

Main file. More...

#include "main.h"
#include <string>
#include "argvparser.h"
#include "console.h"
#include "hexviewer.h"
#include "memoryaccessor.h"
#include "tools.h"

Functions

int main (int argc, char **argv)
 Main function.
 

Detailed Description

Main file.

Main file of the project.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Main function.

Parameters
[in]argcArguments count.
[in]argvArray of C strings representing arguments.
Returns
Exit code of the program.

Creates instances of classes, sets equal buffer_size, handles arguments, starts the console and makes it read stdin infinitely.