r2retdec icon indicating copy to clipboard operation
r2retdec copied to clipboard

RetDec plugin for Radare2

Results 13 r2retdec issues
Sort by recently updated
recently updated
newest added

Risc-V is missing in the list of supported archs. BTW.. i will love to see PICs and [Padauks](https://free-pdk.github.io/) in this list ;)

I have been trying to install r2retdec using r2pm and it is currently failing with the following error. ``` > r2pm -i r2retdec Cloning into 'r2retdec'... remote: Enumerating objects: 60,...

**Checklist** - [ ] Closing issues: #issue - [ ] Mark this if you consider it ready to merge - [ ] I've added tests (optional) - [ ] I...

`CMakeFiles` **flags**: ``` ."C:\Program Files\CMake\bin\cmake.exe" .. -DCMAKE_INSTALL_PREFIX="C:\Users\zi0Black\AppData\Roaming\RadareOrg\Cutter\plugins\native" -DBUILD_BUNDLED_RETDEC=ON -DR2PLUGIN_DOC=OFF -DBUILD_CUTTER_PLUGIN=ON -DCMAKE_PREFIX_PATH=C:\Qt\5.15.2\msvc2019_64 -G"Visual Studio 16 2019" -A x64 ``` `CMakes` **output**: ``` -- Selecting Windows SDK version 10.0.18362.0 to target Windows...

I can't figure out how it is possible to rename generated variables in the decompiled function like in IDA or Ghidra.

Getting same issue as https://github.com/android/ndk/issues/609 when following build instructions as per as readme Linux and MacOS: cd retdec-r2plugin mkdir build && cd build cmake .. -DCMAKE_INSTALL_PREFIX= make -jN (N is...

P-build

Hi, I noticed this plugin is meant to be used on Linux and Mac, but there is no mention about Windows. Is this ever going to be supported? Will you...

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