Calls of functions which addresses are stored within registers and loaded in runtime are not reflected in decompilation
Open
- Dominant language
- C++
- Stars
- 8.6k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
for example
```asm
call dword ptr
push
call eax
```
it is not even reflected in LLVM code.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no source file, test, or entry point. Begin by reproducing the shown register-indirect calls and tracing how they are represented through decompilation and LLVM output; done means those calls are reflected in both outputs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers, reverse-engineering
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100