Registry / utility / daaku-go-zipexe

daaku-go-zipexe

JSON →
library1.0.2gogounverified

Package zipexe attempts to open an executable binary file as a zip file.

go get github.com/daaku/go.zipexe
INSTALL
IMPORT
SIG · DAAKU-GO-ZIPEXE
D
daaku-go-zipexe
utilitygov1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

zipexe
github.com/daaku/go.zipexe

Open an executable as a zip file and read its contents.

package main import ( "fmt" "github.com/daaku/go.zipexe" ) func main() { zr, err := zipexe.Open("/path/to/binary") if err != nil { panic(err) } fmt.Println(zr) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
daaku-go-zipexe — go get daaku-go-zipexe · libregistry