/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

remysharp.com
| | e4494s.neocities.org
8.1 parsecs away

Travel
| | [AI summary] The author reflects on four years of maintaining their personal website, e4494s, detailing how it evolved from a high school JavaScript learning project into a long-term outlet for their passion for web development and computer science.
| | digitaldrummerj.me
8.2 parsecs away

Travel
| | Web Developer, Tester and Professional Speaker; passionate about good code, automated testing, devops, and presenting.
| | lazybea.rs
8.8 parsecs away

Travel
| |
| | opguides.info
29.7 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.