An open API service indexing awesome lists of open source software.

https://github.com/m417z/x64dbg-symbol-tldr

An x64dbg plugin which helps make sense of long C++ symbols
https://github.com/m417z/x64dbg-symbol-tldr

reverse-engineering x64dbg x64dbg-plugin

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](demo.png)