|
You are here |
log.fundamental-code.com | ||
| | | | |
perkin.org.uk
|
|
| | | | | [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
|
|
| | | | | Modular 8-bit computer system based on the WDC 65C02 and a mix of modern hardware. | |
| | | | |
incoherency.co.uk
|
|
| | | | | [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
|
|
| | | 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. | ||