# CppSymbolRename Stage for C/C++ symbol renaming using `objcopy`. - Kind: Pre-Grading Stage - Behavior Runs `objcopy` against a given list of files and renames entries as defined in the configuration. ## Config ``` cppSymbolRename: : - = # ... : - = # ... : - = # ... # ... ``` - ``: The object file or executable containing the symbol(s) which needs to be renamed. - ``: The symbol inside `` to rename - ``: The new symbol name to replace ``