On 31 Aug 2016, at 21:04, u...@netbeisser.de wrote:
> 
> do you know of a suckless linux debugger? what is an alternative to ptrace?

I am not sure if you'll be able to compile it on Linux but pjdlog.h is a pretty 
decent library. I use it a lot in my recent projects.

It is available in the FreeBSD source code but it seems to be quite portable. 
You'd just have to add pjdlog.h[1] and pjdlog.c[2] to your project + few 
libraries for compatibility with Linux.

Cheers,

-m

[1]: 
https://github.com/freebsd/freebsd/blob/master/contrib/openbsm/bin/auditdistd/pjdlog.h
[2]: 
https://github.com/freebsd/freebsd/blob/master/contrib/openbsm/bin/auditdistd/pjdlog.c

Reply via email to