rsleigh-cli 0.4.2

CLI decompiler — turn any binary into C-like pseudocode
1
2
3
fn main() {
    rsleigh_cli::entrypoint();
}