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

Main file header. More...

Go to the source code of this file.

Functions

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

Detailed Description

Main file header.

Header of the main file.

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.