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
- Host: GitHub
- URL: https://github.com/m417z/x64dbg-symbol-tldr
- Owner: m417z
- License: gpl-3.0
- Created: 2023-04-30T16:42:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T14:08:35.000Z (over 2 years ago)
- Last Synced: 2025-04-05T15:11:22.677Z (6 months ago)
- Topics: reverse-engineering, x64dbg, x64dbg-plugin
- Language: C++
- Homepage:
- Size: 504 KB
- Stars: 59
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.