r2r-dev / b3-flake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nix flake for b3 strace to json parser

Example usage:

nix build git+https://github.com/r2r-dev/b3-flake#default

# list opened files of a process
strace -e trace=open,openat -f cat /etc/motd |& ./result/bin/b3 | jq .args[1]

example

About


Languages

Language:Nix 100.0%