radeco icon indicating copy to clipboard operation
radeco copied to clipboard

radare2-based decompiler and symbol executor

Results 92 radeco issues
Sort by recently updated
recently updated
newest added

Adding `version` number for the registers (on the edges) will help in ordering the edges(/expresions) for a particular register. Some details need to be paid attention on: + Handle version...

IR

Instructions with conditional blocks don't have an unconditional edge from the `true` block to the next instruction. This leads to adding an edge to the exit block which ruins all...

bug
IR