MemoryAccessor 1
A command-line front-end for exploring virtual memory of a linux process by accessing /proc/PID/mem file.
|
Main file header. More...
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main function. | |
Main file header.
Header of the main file.
int main | ( | int | argc, |
char ** | argv ) |
Main function.
[in] | argc | Arguments count. |
[in] | argv | Array of C strings representing arguments. |
Creates instances of classes, sets equal buffer_size, handles arguments, starts the console and makes it read stdin infinitely.