Comment linkers/loaders used to generate lists of names (Score 2, Informative) 452
how about hacking the linker map file to generate a list of function/variable names? ie, "ld -M". then run the resulting word list through a standard spell checker. the thing is, all you really need is a way ti generate a list of names...