- panopticon - amd64 -> RREIL, slicing, SSA, VSA
https://github.com/das-labor/panopticon
- petgraph - adjacency list graph
https://github.com/bluss/petgraph
https://docs.rs/petgraph/0.4.4/petgraph/ - rust-graph-algos - Boost Graph Lib ported to rust
https://github.com/flanfly/rust-graph-algos - indextree - arena based tree
https://github.com/saschagrunert/indextree
https://rust-leipzig.github.io/architecture/2016/12/20/idiomatic-trees-in-rust/
- minhook-rs - wrapper for minhook
https://github.com/richinseattle/minhook-rs (fork with fixes)
https://github.com/Jascha-N/minhook-rs (original)
https://www.codeproject.com/Articles/44326/MinHook-The-Minimalistic-x-x-API-Hooking-Libra
- minject-rs - dll injection library using CreateRemoteThread (currently broken?)
https://github.com/Jascha-N/minject-rs
- rhai - Javascript-like language
https://github.com/jonathandturner/rhai
- Cursive - console UI wrapper
uses pdcurses on Windows and ncurses on Linux
http://siciarz.net/24-days-rust-cursive/
- docopt - parse usage statement text to generate parser
https://github.com/docopt/docopt.rs - clap - functional style compositional parser, describe args in YAML
https://github.com/kbknapp/clap-rs
- Serde
https://serde.rs/ - rust-protobuf - most complete library for protobuf
https://github.com/stepancheg/rust-protobuf - quick-protobuf - lightweight alternative
https://github.com/tafia/quick-protobuf
- miow - Windows IO wrapper for IO Completion (IOCP), sockets, and pipes
https://github.com/alexcrichton/miow
- Circular - stream abstraction designed for use with nom
https://github.com/sozu-proxy/circular
- error_chain - chain descriptive errors
http://siciarz.net/24-days-rust-error_chain/
http://brson.github.io/2016/11/30/starting-with-error-chain
https://github.com/rust-lang-nursery/error-chain/blob/master/examples/quickstart.rs - tutorial - https://blog.burntsushi.net/rust-error-handling/
- minwin - light wrappers around syscalls
https://github.com/Jascha-N/minwin-rs - stdx - collection of useful base libs for regex big numbers, types, errors, etc
https://github.com/brson/stdx
- winapi
- libc
- kernel32-sys
- user32-sys
- memmap