-
> OK, could we just remove the depencency on the GCC-specific `abi::__cxa_demangle`? And use the mangled type here instead?
_Originally posted by @Luthaf in https://github.com/lab-cosmo/sphericart/pu…
-
https://github.com/alpaka-group/alpaka/blob/e20236d86be9a8093fa2efae44eaf2db79dc38db/include/alpaka/core/DemangleTypeNames.hpp#L18-L19
We aim to remove boost completely. With clang 15+ and gcc 11+ …
-
It's a TODO: https://github.com/ianlancetaylor/demangle/blob/81f5be970ecae4046912a026004100b0535be16e/c%2B%2Bfilt.go#L51
`echo "N8tinyxml27MemPoolE" | c++filt -t`
> tinyxml2::MemPool
xPaw updated
2 months ago
-
**Version and Platform (required):**
- Binary Ninja Version: 4.2.6204-dev
- OS: macOS
- OS Version: 15.1 Beta (24B5077a)
- CPU Architecture: M3
**Bug Description:**
getting the demangled funct…
-
Hey,
i think a automatic demangler would a handy Feature. This isn't really a issue, just a suggestion.
-
`clang` sometimes produces C++ mangled names that do not demangle with LLVM demangler. It seems reasonable for `clang` to confirm that all mangled names demangle, i.e., come back without a `_Z` prefix…
-
**Version and Platform (required):**
- Binary Ninja Version: 3.5.4288-dev
- OS: macOS
- OS Version: 12.4
- CPU Architecture: M1
**Bug Description:**
When the Demangler constructs a type from a…
-
### Is your feature request related to a problem? Please describe.
`bpftrace` currently doesn't support demangling Rust symbols, so when listing `uprobes` on Rust programs you get the mangled symbol …
-
**Describe the bug**
Many symbols are not demangled correctly by Ghidra.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a symbol with one of the names below
2. Run the demangler
3…
-
### Platform
macOS
### Environment
Production
### Installed
Swift Package Manager
### Version
8.38.0
### Xcode Version
16.0
### Did it work on previous versions?
_No response_
### Steps to…