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

Right now, RadecoIL uses the flag registers to indicate selectors for conditional branches, which is undesirable in decompilation or binary analysis. This PR tracks the progress of work on this....

Like in r2dec, add a basic C syntaxic coloring on the decompilation, reuse an existing library is probably the way to go for this.

I am working on VSA, and need some help about basic structure design for VSA. Now, I have some ideas about the implement. + Add a new member in SSAStorage,...

feature
GSoC
high-prio

Available in r2r/bins/pe/ioli/w32 and r2r/bins/elf/ioli See r2dec:

enhancement
analysis

- [ ] To change arguments count interactively - [ ] To computer arguments count by parsing printf-like format descriptions

enhancement

Short document on the parts, files structure

documentation

This affects several analysis (such as `sccp` and `VSA`). We need a way to handle/express signedness in the IR to ensure correct results.

bug
IR

https://github.com/radare/radare2/pull/9040 Havent checked the radeco sources yet, filling just in case.

esil
lifter

Since `SSASorter` may be seeing more use in the near future, I think now is a good time to bring this up. I don't think it makes sense to put...