SORT 2025

Introduction

Introduction

hex editor on reverse engineering. xxd. can search for english strings. if want to know how part of code used, can search for references to it

rom dumping structure of game rom

reverse engineering: + splitting out code from data/graphics/text

h3 on reverse engineering hardware + roms. identifying binary blobs from roms

h3 on software + split binary blob into code, text / images + uncompressing images/text + byte code to object code (does this require system call understanding? more than just assmebler right? need to understand linker?) + object code to assembly + role of ghidra. does it take assembly? binary? + testing by running with debugger to monitor memory