retdec::decompile not work?
Open
- Dominant language
- C++
- Stars
- 8.6k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
```
retdec::config::Config config;
config.parameters.setInputFile("test.exe");
retdec::decompile(config);
```

It produces nothing. Any examples of how to use this correctly?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the shown C++ entry points, retdec::config::Config and retdec::decompile, and inspect the repository documentation or examples for the expected invocation and output handling. Reproduce the report with test.exe, then confirm a correct usage pattern or document the failure and its cause.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers, reverse-engineering
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100