pycdc v0.6.0 — Python bytecode decompiler & disassembler in Rust
What's new
- pycdas merged into pycdc as the 'dis' subcommand: 'pycdc dis [OPTIONS] ...' (alias: 'disasm'); byte-identical to the standalone pycdas binary, which is kept as a compatibility wrapper
- six release platforms: Linux/Windows x86_64 + arm64 (Windows arm64 cross-built), macOS arm64 + x86_64
Artifacts
- raw binaries, no zip wrappers; Linux/Windows UPX-compressed, macOS uncompressed
- version of every binary equals this tag (asserted in CI on runnable targets; macOS x86_64 additionally verified via Rosetta)
Install: cargo install pycdc (crates.io 0.6.0)