云盘
志元云盘
备份云盘
Home
/
志元云盘
/
webdav
/
sync
/
go
/
pkg
/
mod
/
golang.org
/
[email protected]
/
src
/
debug
/
buildinfo
/
testdata
/
notgo
File
OriginalPic
Thumbnails
CopyAllDownloadUrl
EditTime
Size
main.c
2025-08-07 14:22:31
190 B
notgo.base64
2025-08-07 14:22:31
20.9 KB
README.md
2025-08-07 14:22:31
565 B
notgo.base64 is a base64-encoded C hello world binary used to test debug/buildinfo errors on non-Go binaries. The binary is base64 encoded to hide it from security scanners that might not like it. Generate notgo.base64 on linux-amd64 with: $ cc -o notgo main.c $ base64 notgo > notgo.base64 $ rm notgo The current binary was built with "gcc version 14.2.0 (Debian 14.2.0-3+build4)". TODO(prattmic): Ideally this would be built on the fly to better cover all executable formats, but then we need to encode the intricacies of calling each platform's C compiler.
2025-09-11 03:20:05 Thursday 216.73.216.165 Runningtime:0.013s Mem:1.48 MB