Explore >> Select a destination


You are here

nick.zoic.org
| | www.nayuki.io
17.6 parsecs away

Travel
| |
| | roscidus.com
20.1 parsecs away

Travel
| | This post evaluates the programming languages ATS, C#, Go, Haskell, OCaml, Python and Rust to try to decide which would be the best language in which ...
| | www.wilfred.me.uk
19.5 parsecs away

Travel
| | programming, language design, and human factors
| | opguides.info
98.5 parsecs away

Travel
| Chapter 35 - Reverse Engineering # Software # Anyone know of good resources for learning binary reversing? Not particular tools necessarily, but like theory and how to think @XMPPwocky on Twitter An Opinionated Guide on How To Reverse Engineer Software is decent. for me personally: know some assembly, and in particular make sure you know the calling conventions for your platform. when starting out, do it on binaries you can actually run in a debugger and see whats actually happening at runtime.