#!/usr/bin/env python3 """Heuristic function-start table for the SotS exe (no symbols): scan .text for MSVC prologues and call targets. Output: funcs.txt with one 'ghidra_addr' per line, sorted.""" import struct, sys data = open(sys.argv[1], 'rb').read() pe = struct.unpack_from('