clickyotomy / sig-bitmap

Signal Bitmap Interpreter

Home Page:https://crates.io/crates/sig-bitmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sig-bitmap
----------

A command line tool to interpret signal bitmaps for a process.

Usage

    sig-bitmap [OPTIONS] --pid <PID>

    Options:
    -p, --pid <PID>  PID of the process
    -m, --map <MAP>  Type of bitmap to interpret
                        [default: sig-pnd]
                        [possible values: sig-pnd, shd-pnd,
                                          sig-blk, sig-ign, sig-cgt]
    -h, --help       Print help (see more with '--help')
    -V, --version    Print version

About

Signal Bitmap Interpreter

https://crates.io/crates/sig-bitmap

License:MIT License


Languages

Language:Rust 100.0%