{"id":36485116,"url":"https://github.com/phaag/go-vba","last_synced_at":"2026-01-12T01:47:26.581Z","repository":{"id":57620617,"uuid":"241155469","full_name":"phaag/go-vba","owner":"phaag","description":"Go implementation for VBA decompression","archived":false,"fork":false,"pushed_at":"2020-02-17T17:56:16.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T11:56:55.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phaag.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}},"created_at":"2020-02-17T16:31:53.000Z","updated_at":"2020-02-18T08:34:55.000Z","dependencies_parsed_at":"2022-09-02T16:35:55.989Z","dependency_job_id":null,"html_url":"https://github.com/phaag/go-vba","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phaag/go-vba","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaag%2Fgo-vba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaag%2Fgo-vba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaag%2Fgo-vba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaag%2Fgo-vba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phaag","download_url":"https://codeload.github.com/phaag/go-vba/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaag%2Fgo-vba/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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"}},"keywords":[],"created_at":"2026-01-12T01:47:26.097Z","updated_at":"2026-01-12T01:47:26.565Z","avatar_url":"https://github.com/phaag.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-vba\n\nThis package implements the VBA decompression code in Go. It\nfollows the Golang standards for Reader/Writer model.\n\n## Example:\n\n```go\nimport {\n  \"github/phaag/ole-vba\"\n)\n  \nrfd, _ = os.OpenFile(inFile)\nwfd, _ = os.OpenFile(outFile, os.O_RDWR|os.O_CREATE, 0755)\nvba := vba.NewWriter(wfd)\n_, err = io.Copy(vba, rfd)\nvba.Close()\n```\n\n\nIf you prefer a function call, you may use the integrated wrapper:\n\n```go\nfunc DecompressFile(inFile, outFile string) (bool, error)\n```\n\n\n\nThe code follows basically olevba from oletools. The outFile is a simple .txt file containing the decompressed VBA code.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphaag%2Fgo-vba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphaag%2Fgo-vba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphaag%2Fgo-vba/lists"}