Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pavel-durov/thread-intercept.poc

Intrecepting pthread_create calls
https://github.com/pavel-durov/thread-intercept.poc

Last synced: 2 days ago
JSON representation

Intrecepting pthread_create calls

Awesome Lists containing this project

README

        

# Experimentation with interception of pthread_create POSIX funciton

Related to: https://github.com/ykjit/yk/issues/794

[LD_PRELOAD env variable](./ld-preload/README.md)

[ld wrap interception](./ld-wrap/README.md)

[(WIP) ld wrap interception from shared object](./ld-wrap-shared/README.md)

[(WIP) pthread_create redirect](./pthread_redirect/README.md)