tum-i4 / self-checksumming

10 stars 6 forks source link

Write demangled function names in SC patcher guide #44

Closed anahitH closed 6 years ago

anahitH commented 6 years ago

Sometimes radare2 is not able to find functions with their mangled names. Furthermore function names in radare are different from llvm demangled names, i.e. radare names do not contain special characters like parentheses, pointer sign, reference sign etc., thus demangling should be done accordingly.