/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

log.fundamental-code.com
| | perkin.org.uk
5.0 parsecs away

Travel
| | [AI summary] This post details the completion of a node.js-powered 8-bit CPU project by integrating shift registers and logic chips to write and read data on a 6809 processor connected to a Raspberry Pi.
| | hackaday.io
3.9 parsecs away

Travel
| | Modular 8-bit computer system based on the WDC 65C02 and a mix of modern hardware.
| | incoherency.co.uk
3.0 parsecs away

Travel
| | [AI summary] The author details their journey learning CPU design through FPGAs, discrete logic chips, and the Nand2Tetris course, while exploring various DIY computer architectures and planning their next project.
| | opguides.info
27.2 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.