{"id":29161112,"url":"https://github.com/heavycircle/minelf","last_synced_at":"2025-07-01T03:08:21.097Z","repository":{"id":300756891,"uuid":"990380363","full_name":"heavycircle/minelf","owner":"heavycircle","description":"minelf is a NASM compiler to build ultra-minified shellcode-ish ELF binaries.","archived":false,"fork":false,"pushed_at":"2025-05-26T03:10:15.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-23T12:54:17.079Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heavycircle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-05-26T03:09:57.000Z","updated_at":"2025-05-26T03:10:18.000Z","dependencies_parsed_at":"2025-06-23T12:54:18.626Z","dependency_job_id":"8244a451-b5f6-4de6-9229-ad4e8b34ece4","html_url":"https://github.com/heavycircle/minelf","commit_stats":null,"previous_names":["heavycircle/minelf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heavycircle/minelf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavycircle%2Fminelf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavycircle%2Fminelf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavycircle%2Fminelf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavycircle%2Fminelf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heavycircle","download_url":"https://codeload.github.com/heavycircle/minelf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavycircle%2Fminelf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262887201,"owners_count":23379768,"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":[],"created_at":"2025-07-01T03:08:18.306Z","updated_at":"2025-07-01T03:08:21.084Z","avatar_url":"https://github.com/heavycircle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minelf\n\n\u003e An ASM compiler to build ultra-minified shellcode-ish ELF files.\n\nEver needed to write super small ELF files for your assembly scripts? Didn't think so. Anyway...\n\n## Description\n\nMore information can be found on its [blog post](https://ironforgecyber.com/blog/minelf).\n\n## Usage\n\n`minelf` comes with minimal compilation options.\n\n```bash\nusage: minelf [-h] [-o OUTFILE] [--log-level {DEBUG,INFO,WARNING,ERROR,CRITICAL}] infile\n\nMinified compilation of a NASM script.\n\npositional arguments:\n  infile                Assembly file to compile\n\noptions:\n  -h, --help            show this help message and exit\n  -o OUTFILE, --outfile OUTFILE\n                        Output executable\n  --log-level {DEBUG,INFO,WARNING,ERROR,CRITICAL}\n                        Set the logging level (default: INFO)\n```\n\n`minelf` uses the `BITS` directive in the assembly script to determine the architecture. It automatically adds an `ORG` directive to define a load address.\n\n## Future Upgrades\n\n- [ ] Support AT\u0026T syntax.\n- [ ] Better support differences in coding style\n  - [ ] `.data` before `.text`\n  - [ ] `_start` not first\n  - [ ] Starting function that's not `_start`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavycircle%2Fminelf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheavycircle%2Fminelf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavycircle%2Fminelf/lists"}