{"id":13760807,"url":"https://github.com/skylot/raung","last_synced_at":"2025-10-28T20:31:35.056Z","repository":{"id":57734840,"uuid":"416373334","full_name":"skylot/raung","owner":"skylot","description":"Assembler/disassembler for java bytecode","archived":false,"fork":false,"pushed_at":"2024-08-17T17:52:24.000Z","size":411,"stargazers_count":58,"open_issues_count":0,"forks_count":8,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-02-06T07:09:56.486Z","etag":null,"topics":["assembler","bytecode","dissassembler","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skylot.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":"2021-10-12T14:35:17.000Z","updated_at":"2025-01-28T16:48:50.000Z","dependencies_parsed_at":"2024-01-15T03:57:30.746Z","dependency_job_id":"a2dad8c2-48ee-4b58-a311-a85d8f5a1d6a","html_url":"https://github.com/skylot/raung","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skylot%2Fraung","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skylot%2Fraung/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skylot%2Fraung/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skylot%2Fraung/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skylot","download_url":"https://codeload.github.com/skylot/raung/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238716031,"owners_count":19518554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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"}},"keywords":["assembler","bytecode","dissassembler","java"],"created_at":"2024-08-03T13:01:22.543Z","updated_at":"2025-10-28T20:31:29.653Z","avatar_url":"https://github.com/skylot.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"# Raung\n\n[![Build](https://github.com/skylot/raung/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/skylot/raung/actions/workflows/build.yml)\n![Java 11+](https://img.shields.io/badge/Java-11%2B-blue)\n[![Maven Central](https://img.shields.io/maven-central/v/io.github.skylot/raung-asm?style=flat)](https://search.maven.org/search?q=raung)\n[![License](https://img.shields.io/github/license/skylot/raung)](https://github.com/skylot/raung/blob/main/LICENSE)\n\n**raung** - yet another assembler/disassembler for java bytecode.\n\nSimilar to [Krakatau](https://github.com/Storyyeller/Krakatau) and [Smali](https://github.com/JesusFreke/smali),\nbased on [ASM](https://asm.ow2.io/) library.\n\n\u003e [!WARNING]\n\u003e This project at a very early stage of development, many features not yet finished and syntax not stable.\n\n### Syntax example:\n```java\n.version 52\n.class public HelloWorld\n.source \"HelloWorld.java\"\n\n.method public static main([Ljava/lang/String;)V\n\t.max stack 2\n\t.max locals 1\n\n\t.local 0 \"args\" [Ljava/lang/String;\n\t.line 4\n\tgetstatic java/lang/System out Ljava/io/PrintStream;\n\tldc \"Hello, World!\"\n\tinvokevirtual java/io/PrintStream println (Ljava/lang/String;)V\n\t.line 5\n\treturn\n.end method\n```\n\n---------------------------------------\n*Licensed under the MIT License*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskylot%2Fraung","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskylot%2Fraung","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskylot%2Fraung/lists"}