-
There is already a demangler for type names, but I think it only works for gnu compilers. I found [this](https://stackoverflow.com/a/56766138/2096243) on StackOverflow, which provides a more portable …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR32890](https://bugs.llvm.org/show_bug.cgi?id=32890) |
| Status | NEW |
| Importance | P normal |
|…
-
The location of the demangler was never linked to in the guide on using a debugger in the compiler.
Originally noted [here](https://github.com/rust-lang/rustc-dev-guide/pull/316#discussion_r283062…
-
**What is the feature you'd like to have?**
There are a number of situations where we receive high-confidence types from places like debug info (e.g. DWARF) or the demangler and the types we receive …
-
Hey,
i think a automatic demangler would a handy Feature. This isn't really a issue, just a suggestion.
-
Originally reported by @q1o1p in https://github.com/avast-tl/demangler/issues/1.
elliptic function like `?debugf@@YAXPB_WZZ` demangling wrong.
now: `void __cdecl debugf(wchar_t const *)`
must be:…
-
**Describe the bug**
I imported a version of msdia140.dll and got some demangling errors.
**To Reproduce**
Steps to reproduce the behavior:
1. Load this file: [will expire in 30 days](https://ea…
-
`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…
-
There are some symbols begin with `__device_stub_`, but it makes our demangler fails demangling the symbol as follows.
```
$ ./misc/demangler __device_stub__Z13mul_mat_vec_qIL9ggml_type13ELi2EEvPKvS…
-
Name demangler seems to have some edge cases it fails on.
```
binaryninja.demangle.demangle_gnu3(bv.arch, "_ZN14clmdep_msgpack2v123container_size_overflowC1EPKc#2")
(None, '_ZN14clmdep_msgpack2v1…