unwinder 0.1.3

Call stack spoofing for Rust.
1
2
3
4
5
6
7
fn main()
{
    // Use the `cc` crate to build a C file and statically link it.
    cc::Build::new()
        .file("src/gateway.asm")
        .compile("gateway");
}