`revamb-dump` is a tool to extract various information from the LLVM IR
generated by `revamb` and output them in a more human-friendly format,
typically CSV. The main source of information are the various metadata.
Currently `revamb-dump` can collect the CFG, function boundaries and
`noreturn` functions.