Rust Binary Malware Analysis

Background It takes a rare breed of human to be thrilled to reverse engineer a complex Rust program. Unfortunately… or fortunately? I am not one of them. My first encounter with a Rust binary was unintentional and exciting at first; a Russian APT malware … Read more

Similar

Short Circuit Sum in Rust

Haskell and Rust both support asynchronous programming. Haskell includes a feature called async exceptions, which allow cancelling threads, but they come at a cost. See how Rust does the same job, and the relative trade-offs of each approach. (more…)

Read more »