My Project
Loading...
Searching...
No Matches
pwnlib
tubes
process.hpp
1
#include <stdio.h>
2
#include <stdlib.h>
3
#include <iostream>
4
5
class
Process
{
6
public
:
7
Process
(std::string fileToOpen);
8
~Process
();
9
void
recv(
int
size);
10
void
send();
11
void
libs();
12
void
libc();
13
void
bin();
14
private
:
15
int
processPid;
16
};
Process
Definition
process.hpp:5
Process::Process
Process(std::string fileToOpen)
Definition
process.cpp:5
Generated by
1.12.0