Decoding Rust strings (opens in new tab)
TL;DR Introduction Recently in a test I had the joy of reverse engineering the custom binary that acts as a webserver and system controller for their ARM based device. Normally this isn’t a problem: extract the binary, throw it into Ghidra, do stuff. The problem here was that the binary was in written in Rust. Which does a lot of things differently […] The post appeared first on .
Read the original article