Rdbo

Results 67 comments of Rdbo

First, the C++ Wrapper API should be done: #130

It seems to be allocating the trampoline memory as write only: ``` [*] Some Function Trampoline: 0x801038000 proc maps: 0x801038000 0x801039000 0x1000 0x20000 -w- ---- ``` This doesn't make sense,...

I just recompiled libmem on FreeBSD with the warning fixes and things got even wilder. It is crashing on `LM_CALLOC`, even though both parameters are valid: ```c LM_CALLOC(len + 1,...

Considering procfs has been removed on 5.7 (I think)... Not sure this will go far.

Actually, looking at the source code of `top` in the OpenBSD src, it seems to be doable very similarly to how FreeBSD does it.

Important: search for TODOs in the source code.

Important: clean up code (remove unused functions, unnecessary comments, unused variables, etc)

Fix warnings if they show up again