View Single Post
Old 03-13-2017, 10:15 AM   #16
Nemo1984
Connoisseur
Nemo1984 began at the beginning.
 
Posts: 94
Karma: 10
Join Date: Jan 2017
Device: Kobo Glo HD
Quote:
Originally Posted by GeoffR View Post
That string is (part of) a mangled C++ function name. A disassembler can unmangle the name.

Mangled name: _ZN15DemoModeManager12exitDemoModeEv
Original name: DemoModeManager::exitDemoMode()

It won't do any good to change the name, but you can use it to locate the code for the named function, and it tells you what arguments the function takes (none in this case.)
What kind of disassembler do I need to do that?
Nemo1984 is offline   Reply With Quote