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

https://github.com/charconstpointer/probing

ebpf funzies
https://github.com/charconstpointer/probing

Last synced: about 2 months ago
JSON representation

ebpf funzies

Awesome Lists containing this project

README

          

### Helpers
Find func offset
```
readelf -Ws foo.so | egrep ' main\W'
```