81bf78b39d3b82f8ffd123f796ae5e6f5228af4c
Stefan Schuermans lwpttr -> lwptev

Stefan Schuermans authored 4 years ago

1) #include <liblwptev/proc_begin.h>
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

2) 
3) #include "write.h"
4) 
5) #include <stdlib.h>
6) 
7) __attribute__((constructor)) static void constructor(void) {
8)   void *data = NULL;
9)   size_t size = 0;
Stefan Schuermans lwpttr -> lwptev

Stefan Schuermans authored 4 years ago

10)   lwptev_proc_begin(&data, &size);