Peter Kubov

Results 4 issues of 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.: ![image](https://user-images.githubusercontent.com/36452497/91824674-6a5e1e00-ec3b-11ea-8cec-cf885f5df0de.png) There are parts of...

P-output
enhancement

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...

enhancement

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...

enhancement

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...

C-build-system