awesome-ld-preload icon indicating copy to clipboard operation
awesome-ld-preload copied to clipboard

More stuff

Open hoytech opened this issue 4 years ago • 5 comments

I have a file of links with stuff you don't have, hope it helps:

  • malloc debuggers:
    • the classic: libefence
    • http://www.nongnu.org/failmalloc/
    • https://github.com/andrewrk/malcheck/
    • https://github.com/d99kris/heapusage
  • timing:
    • https://github.com/majek/fluxcapacitor
    • https://github.com/wolfcw/libfaketime
    • https://github.com/m13253/clockslow
  • transparent socks proxies:
    • tsocks https://linux.die.net/man/1/tsocks
    • https://github.com/inaz2/kneesocks
  • flcow (File Link Copy-On-Write): http://www.xmailserver.org/flcow.html Intercepts open() and friends, breaks hard-links when changing files
  • libshape: http://freshmeat.net/projects/libshape/ Limits the download rate of programs (ie. user-space network traffic rate-shaping).
  • netjail: http://netjail.sourceforge.net/ Controls where and how programs may connect to the network. Useful for dealing with spyware, etc.
  • segv_handler: https://github.com/tridge/junkcode/tree/master/segv_handler
  • s/random/urandom/: https://github.com/matthewaveryusa/dev_random_fix
  • turns output to standard error red: https://github.com/sickill/stderred
  • https://github.com/gordol/ld_preload-sounds

hoytech avatar Jan 26 '20 15:01 hoytech

To add to your list - a superfast malloc leak checker https://github.com/hyc/mleak

hyc avatar Feb 04 '20 15:02 hyc

@hyc - Thank you, I've added it to my list!

hoytech avatar Feb 04 '20 19:02 hoytech

Nice tool by @laf0rge for UNIX socket tracing https://github.com/laf0rge/udtrace.

axilirator avatar Feb 05 '20 07:02 axilirator

Heh, I already suggested ld_preload-sounds, but the maintainer isn't interested. :(

gordol avatar Feb 20 '20 09:02 gordol

https://github.com/nixcloud/ip2unix and https://cwrap.org/nss_wrapper.html https://cwrap.org/socket_wrapper.html https://cwrap.org/pam_wrapper.html

riedel avatar Apr 26 '20 21:04 riedel