]> git.ipfire.org Git - thirdparty/systemd.git/commit
tools: add dump-auxv.py
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 24 Mar 2023 13:54:34 +0000 (14:54 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 24 Mar 2023 18:49:34 +0000 (18:49 +0000)
commit85a336f81d9cb3b6e75e03031a8ab5d4eb682e25
tree86c6e888cd1ee53f525d79b88f27d14b6f943c70
parent61b69bec8e37f4316019a8fba4ccb5af3470b72f
tools: add dump-auxv.py

This is a little helper I used when preparing the tests for auxv
parsing. Just looking at hexdump output is pretty hard. We could
enhance it to display some specific data types better.
tools/dump-auxv.py [new file with mode: 0644]