avast / avast/retdec

retdec::decompile not work?

Open
#933 1 comment 0 reactions 0 assignees View on GitHub
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);
```

![image](https://user-images.githubusercontent.com/73304497/111052760-a3721900-843c-11eb-8905-15ef13b4aafc.png)
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.