Skip to main content

Module xml_cmd

Module xml_cmd 

Source
Expand description

xml subcommand: thin wrapper around the in-tree XML disassembler CLI.

All arguments after config-disassembler xml are forwarded directly to crate::xml::cli::run, so every option from the original xml-disassembler crate works unchanged here. This subcommand intentionally does not duplicate any of the XML logic — it simply delegates to the in-tree port.

Functions§

run
Run the in-tree XML disassembler CLI with the provided arguments.