Practice ยท 2 of 4
Forensics by Symbol Table
CHALLENGE
Difficulty: advanced+25 XP
Implement char classify_symbol(const char *line) parsing one nm output line like '0000000000401100 T bump' โ return the type letter. Then implement int is_defined(char t) returning 1 for T/t/D/d/B/b/R/r and 0 for U/u/w/v.
Press Submit to check your solution.
Back to lesson: Practice: Binary Forensics Drills