Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Radeco client #287

Merged
merged 118 commits into from Jun 18, 2019
Merged

Merge Radeco client #287

merged 118 commits into from Jun 18, 2019

Conversation

XVilka
Copy link
Contributor

@XVilka XVilka commented Jun 18, 2019

Addressing #48 issue, to bring everything under the same roof.

radare and others added 30 commits June 18, 2019 15:18
- Fixes a few typos in README.md
- radeco now respects the outpath set in the json
- Updates README.md
- Modularized code. Arguments parsing happen in args.rs
- Main is only responsible for showing error messages and calling radeco
- Initial commit towards complete arg parsing
marcograss and others added 26 commits June 18, 2019 15:18
fixes build on arch linux
In batch mode radeco simply decompiles all the functions and outputs
the result. While this is nice, sometimes we want to run a specific
command.

Add a cli option to pass a custom command. Otherwise default to
decompile all (to mantain the old behaviour if `-c` is not passed).

Usage example:
    ./target/debug/radeco -b -c "dot entry0" tests/hello/hello > entry0.dot
@XVilka XVilka merged commit 17ea96d into radareorg:master Jun 18, 2019
@XVilka XVilka deleted the radecomerge branch June 18, 2019 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants