Posted in

Go 1.20之前版本调用.so必须加//export注释?错!实测证明__attribute__((constructor)) + __go_init_export_table可绕过cgo导出约束

第一章:Go语言调用.so动态库 … Go 1.20之前版本调用.so必须加//export注释?错!实测证明attribute((constructor)) + __go_init_export_table可绕过cgo导出约束Read more

Posted in

Mac开发Go项目突然无法加载.so动态库?这不是CGO问题,是macOS dyld shared cache在14.6更新后强制校验签名

第一章:Mac能开发Go语言吗 … Mac开发Go项目突然无法加载.so动态库?这不是CGO问题,是macOS dyld shared cache在14.6更新后强制校验签名Read more