{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/15"}],"enrichment":{"capability":"evmdasm provides a lightweight registry of Ethereum EVM opcodes and a disassembler for EVM bytecode, with no external runtime dependencies.","skillfed_tags":["ethereum","bytecode-analysis","abandoned"],"use_cases":["Disassemble raw EVM bytecode into human-readable mnemonics and operands for manual inspection","Build a higher-level Ethereum analysis tool that needs a reliable opcode registry and bytecode parser","Analyze smart contract bytecode to extract instruction sequences for static analysis","Integrate bytecode parsing into security auditing or reverse-engineering workflows"],"what_it_does":"evmdasm is a minimal, dependency-free library for working with Ethereum EVM bytecode at the instruction level. It provides a static registry of EVM opcodes and a disassembler that converts raw bytecode into a sequence of named instructions with operands. The library is intentionally lightweight\u2014it does not perform high-level analysis, dynamic execution, or semantic interpretation, leaving those tasks to higher-level tools that build on top of it.\n\nThe package is designed as a foundation for other Ethereum analysis tools. Because it has no runtime dependencies and a narrow scope, it installs instantly and remains stable for basic bytecode inspection and disassembly tasks.","worth_installing":"Yes, if you need lightweight EVM bytecode disassembly with zero dependencies and accept that the project is no longer maintained. It is stable for its narrow scope. No, if you require active maintenance, support for recent EVM opcodes, or high-level analysis features\u2014use a maintained alternative instead."},"id":"evmdasm","links":{"html":"https://skillfed.io/packages/evmdasm","md":"https://skillfed.io/packages/evmdasm.md","pypi":"https://pypi.org/project/evmdasm/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-03-11","license_spdx":null,"license_treatment":"copyleft","name":"evmdasm","python_support":"unspecified","summary":"A lightweight ethereum evm bytecode asm instruction registry and disassembler library."},"popularity":{"monthly_downloads":131436,"position":11588,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.10"}
