AlexEne / AlexEne/binary_size_explorer
Resolve function calls from asm
Open
- Dominant language
- Assembly
- Stars
- 15
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Right now function calls show up as:
```
008c74 Call { function_index: 129 }
```
I should resolve these so they show like:
```
008c7r Call demangled_name
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.