mirror of
https://github.com/zeldaret/ss
synced 2026-07-07 21:40:42 -04:00
Recover more fake mangled symbols
This commit is contained in:
@@ -89,7 +89,9 @@ def do_demangle(name):
|
||||
if "__" in name:
|
||||
try:
|
||||
output = demangle.demangle_try(name)
|
||||
return output.strip()
|
||||
output = output.strip()
|
||||
if output != name:
|
||||
return output
|
||||
except Exception:
|
||||
pass
|
||||
# otherwise we try to undo the effects of the original
|
||||
|
||||
Reference in New Issue
Block a user