Skip to content

v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Sep 12:43
· 16 commits to main since this release
v0.6.0
a94e24f

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)