Skip to content

An x64dbg plugin which helps make sense of long C++ symbols

License

Notifications You must be signed in to change notification settings

m417z/x64dbg-symbol-tldr

Repository files navigation

x64dbg Symbol tl;dr Plugin

An x64dbg plugin which helps make sense of long C++ symbols. Some heavily templated C++ symbols can reach hundreds of characters in length, making them difficult to read. The plugin adds two versions of the symbol to the info box, a collapsed version of the symbol which omits templates and namespaces, and a formatted version of the symbol which is easier to read.

Symbol tl;dr Plugin demo