Peter Kubov
Peter Kubov
Currently, decompilation generates (apart from C of the current function) some other output - header, includes, comments describing content, additional comments at the end, etc.:  There are parts of...
We can use info from disassembly by calling: `#include ` ```c++ LlvmModuleContextPair disassemble( const std::string& inputPath, retdec::common::FunctionSet* fs = nullptr); ``` This function will return the LLVM module that contains...
The complex types are getting better support on the side of the RetDec. When this is merged there should be better support for this on the side of the r2plugin...
This issue reflects the reverted commit 085666b6340655904484aff83c1db28c83a37067. We use hard-coded make in our cmake when building Yara. Currently, when we replace the hard-coded make with ` ${CMAKE_MAKE_PROGRAM}` our TC linux-debug...