Ideas about debugging. Entry: gdb Date: Sat Jul 18 15:23:25 CEST 2009 I've had this idea go around in my mind to make gdb behave more like a Forth. Or basicly, to write applications that, when run inside gdb, give a workflow akin to Forth. Entry: Reverse engineering notes Date: Thu Nov 14 15:52:19 EST 2013 DeepSec 2010: All your baseband are belong to us by Ralf Philipp Weinmann http://www.youtube.com/watch?v=fQqv0v14KKY - Bootstrap: use BinDiff to port symbols from known libraries (i.e. compiler runtimes) - Identify functions that do memory transfers using REIL and BinNavi - Lots of strings and assertions (!) in firmwares - Often: clean-cut regions for RR/MM/AT command parser in binary - HexRays ARM Decompiler: potential to speed up work greatly, bought too late