-
Does retdec consider supporting other reverse engineering framework, such as radare2
-
There were several tickets in our internal issue tracking system about disabled regression tests that should be fixed and enabled. I do not want to create a separate issue here for all of them. Instea…
-
From https://github.com/nirizr/rematch/blob/master/tests/idaplugin/test_plugin.py#L7
to this repo as a utility
-
launch_process(F:\Python37\python.exe "F:\retdec-3.2\scripts\retdec-decompiler.py" "F:\baby_mips" --config="F:\baby_mips.idb.json" --color-for-ida -o "F:\baby_mips.c" --select-decode-only --select-ran…
-
when i upload the .IDB file to server, it throws the error
![image](https://user-images.githubusercontent.com/19836029/48187701-db518900-e376-11e8-8bf1-7d7fb1defb81.png)
-
Does it have the ability to set the only mode, the same as in the API. For example, sel_decomp_ranges='0x81089BE0-0x81089D70', sel_decomp_decoding='only'
Because my file is too big, I need this onl…
-
There is no "retdec-idaplugin.sln" file。
ntzwq updated
6 years ago
-
I have a target that uses some kind of custom calling convention. This is resolved nicely by Binary Ninja, but not by RetDec.
Is there a preferred way (either through configuration or code) to giv…
v-p-b updated
6 years ago
-
Right now, `retdec-idaplugin` is always built with both local and API decompilation modes. In order to build API mode, `retdec-idaplugin` needs a bunch of libraries (see _IDA plugin libraries_ in [Req…
-
Since update from IDA 6.x to IDA 7.x, plugin's regression tests have stopped working. This concerns only plugin developers, not regular users.