Skip to content

More control over radare2 spawn options#58

Open
valbucci wants to merge 25 commits into
br0kej:devfrom
valbucci:r2-spawn-options
Open

More control over radare2 spawn options#58
valbucci wants to merge 25 commits into
br0kej:devfrom
valbucci:r2-spawn-options

Conversation

@valbucci

Copy link
Copy Markdown
Contributor

New Extract Options

Added more control of the radare2 spawn options.

Now bin2ml extract supports the following additional options:

  • --experimental-analysis: analyse binary with aaaa
  • --apply-relocations: use -e bin.relocs.apply=true instead of -e bin.cache=true (slower but more accurate)
  • --disable-pseudo-asm: set -e asm.pseudo=false. Previously was always set to true, now it's kept as the default value.

Minor Changes

  • Improved logging and added few more comments.
  • Convert timeout value to milliseconds as that is what radare2 uses.

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.

1 participant