My Project
Loading...
Searching...
No Matches
Process Class Reference

Public Member Functions

 Process (std::string fileToOpen)
 
void recv (int size)
 
void send ()
 
void libs ()
 
void libc ()
 
void bin ()
 

Constructor & Destructor Documentation

◆ Process()

Process::Process ( std::string fileToOpen)

open a file to debug it.

Parameters
fileToOpen,thefile to execute.
Returns
Nothing.
Test
File * fdesc = process("python"); //CHECK(p.recv(5) == "Hello");

The documentation for this class was generated from the following files: