radeco
radeco copied to clipboard
radare2-based decompiler and symbol executor
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,...
Available in r2r/bins/pe/ioli/w32 and r2r/bins/elf/ioli See r2dec:
- [ ] To change arguments count interactively - [ ] To computer arguments count by parsing printf-like format descriptions
Short document on the parts, files structure
This affects several analysis (such as `sccp` and `VSA`). We need a way to handle/express signedness in the IR to ensure correct results.
https://github.com/radare/radare2/pull/9040 Havent checked the radeco sources yet, filling just in case.
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...