{"id":62329,"url":"https://github.com/artpar/awesome-bytecode","name":"awesome-bytecode","description":"Awesome list for binary","projects_count":39,"last_synced_at":"2026-04-23T13:00:24.906Z","repository":{"id":174129213,"uuid":"651812074","full_name":"artpar/awesome-bytecode","owner":"artpar","description":"Awesome list for binary","archived":false,"fork":false,"pushed_at":"2023-11-08T03:35:53.000Z","size":49,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-07T22:03:04.951Z","etag":null,"topics":["assembly","assembly-x86","awesome","awesome-list","awesome-lists","binary","code","codegen","transformer"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artpar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-10T07:03:52.000Z","updated_at":"2026-01-12T22:28:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2e5e37d-bf91-4b44-882e-50301f6873be","html_url":"https://github.com/artpar/awesome-bytecode","commit_stats":null,"previous_names":["artpar/awesome-binary","artpar/awesome-bytecode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artpar/awesome-bytecode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artpar%2Fawesome-bytecode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artpar%2Fawesome-bytecode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artpar%2Fawesome-bytecode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artpar%2Fawesome-bytecode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artpar","download_url":"https://codeload.github.com/artpar/awesome-bytecode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artpar%2Fawesome-bytecode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32181374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T11:42:27.955Z","status":"ssl_error","status_checked_at":"2026-04-23T11:42:18.877Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"readme":"# Awesome Bytecode\nAwesome list of tools built around working with bytecode\n\n- [Papers](#Papers)\n- [Disassemblers](#Disassemblers)\n- [Debuggers](#Debuggers)\n- [Code-gen](#Code-gen)\n- [Rewrite](#Rewrite)\n- [Hex Viewers](#hex-viewers)\n- [File detectors](#file-detectors)\n- [Strutcture definition](#structure-definition)\n\n## Papers\n- [Binary Rewriting without Control Flow Recovery](https://www.comp.nus.edu.sg/~gregory/papers/e9patch.pdf)\n- [Invertible syntax descriptions: unifying parsing and pretty printing](https://dl.acm.org/doi/10.1145/1863523.1863525)\n- [Awesome Binary Similarity Papers collection](https://github.com/SystemSecurityStorm/Awesome-Binary-Similarity)\n\n## Code-gen\n- [Zydis - Fast and lightweight x86/x86-64 disassembler and code generation library](https://github.com/zyantific/zydis)\n- [E9Patch - A Powerful Static Binary Rewriter](https://github.com/GJDuck/e9patch)\n- [Renovate - a static binary rewriter](https://github.com/GaloisInc/renovate)\n- [RetroWrite -- Retrofitting compiler passes through binary rewriting](https://github.com/HexHive/retrowrite)\n- [ddisasm -  A fast and accurate disassembler](https://github.com/GrammaTech/ddisasm)\n- [gtirb - Intermediate Representation for Binary analysis and transformation](https://github.com/GrammaTech/gtirb)\n\n\n## Disassemblers\n- [Zydis - Fast and lightweight x86/x86-64 disassembler and code generation library](https://github.com/zyantific/zydis)\n- [Radare - UNIX-like reverse engineering framework and command-line toolset](https://github.com/radareorg/radare2)\n- [Capstone - Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86](https://github.com/capstone-engine/capstone)\n- [Miasm - Reverse engineering framework in Python](https://github.com/cea-sec/miasm)\n- [Plasma - Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax](https://github.com/plasma-disassembler/plasma)\n- [iced - Blazing fast and correct x86/x64 disassembler, assembler, decoder, encoder for Rust, .NET, Java, Python, Lua](https://github.com/icedland/iced)\n- [Reko - Reko is a binary decompiler](https://github.com/uxmal/reko)\n- [REDasm - The OpenSource Disassembler](https://github.com/REDasmOrg/REDasm)\n- [Distorm - Powerful Disassembler Library For x86/AMD64](https://github.com/gdabah/distorm)\n- [Xed - Intel® X86 Encoder Decoder (Intel® XED)](https://github.com/intelxed/xed)\n\n\n## Debuggers\n- [x64dbg - An open-source binary debugger for Windows, aimed at malware analysis and reverse engineering of executables](https://github.com/x64dbg/x64dbg)\n- [Ghidra is a software reverse engineering (SRE) framework](https://github.com/NationalSecurityAgency/ghidra)\n- [ProcessDump - Windows tool for dumping malware PE files from memory back to disk for analysis](https://github.com/glmcdona/Process-Dump)\n\n\n## Rewrite\n- [E9Patch - A Powerful Static Binary Rewriter](https://github.com/GJDuck/e9patch)\n- [Renovate - a static binary rewriter](https://github.com/GaloisInc/renovate)\n- [Pin - A Dynamic Binary Instrumentation Tool](https://www.intel.com/content/www/us/en/developer/articles/tool/pin-a-dynamic-binary-instrumentation-tool.html)\n\n## Hex-viewewrs\n- [ImHex - A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.](https://github.com/WerWolv/ImHex)\n\n## Structure definition\n- [Kaitai Struct: declarative language to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Nim / Perl / PHP / Python / Ruby](https://github.com/kaitai-io/kaitai_struct)\n- [Apache daffodil - Open-source implementation of the Data Format Description Language to convert between fixed format data and XML, JSON, and other data structures](https://daffodil.apache.org/)\n- [Wuffs -  Wrangling Untrusted File Formats Safely](https://github.com/google/wuffs)\n- [Binary template repository for 010 Editor](https://www.sweetscape.com/010editor/repository/templates/)\n- [Grammars for Synalyze It! and Hexinator](https://github.com/synalysis/Grammars)\n- [DFDL Schemas for Commercial and Scientific Data Formats](https://github.com/DFDLSchemas/)\n\n## File detectors\n- [Detect-It-Easy - Program for determining types of files for Windows, Linux and MacOS](https://github.com/horsicq/Detect-It-Easy)\n\n\n## Language specific libraries\n- Rust: [Deku: a declarative binary reading and writing: bit-level, symmetric, serialization/deserialization library](https://github.com/sharksforarms/deku)\n- Golang: [Restruct: Rich binary de/serialization library for Golang](https://github.com/go-restruct/restruct)\n- Python: [Construct: Construct is a powerful declarative and symmetrical parser and builder for binary data](https://construct.readthedocs.io/en/latest/intro.html)\n- Python: [Hachoir: Python library to view and edit a binary stream field by field](https://github.com/vstinner/hachoir)\n- Python: [pypcode: Python bindings to Ghidra's SLEIGH library for disassembly and lifting to P-Code IR](https://github.com/angr/pypcode)\n- Rust: [Nom: nom is a parser combinators library written in Rust](https://github.com/rust-bakery/nom)\n","created_at":"2024-06-28T00:00:23.336Z","updated_at":"2026-04-23T13:00:24.906Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Rewrite","Papers","Structure definition","Language specific libraries","Disassemblers","Hex-viewewrs","Debuggers","File detectors","Code-gen"],"sub_categories":[],"projects_url":"https://awesome.ecosyste.ms/api/v1/lists/artpar%2Fawesome-bytecode/projects"}