Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
g3fc-dot-net.zip | 2025-07-29 | 299.1 kB | |
g3fc-go-lang.zip | 2025-07-29 | 28.5 MB | |
G3FC Archiver Tool v1.0.1 source code.tar.gz | 2025-07-29 | 3.8 MB | |
G3FC Archiver Tool v1.0.1 source code.zip | 2025-07-29 | 3.8 MB | |
README.md | 2025-07-29 | 1.2 kB | |
Totals: 5 Items | 36.4 MB | 0 |
This is a maintenance release that introduces crucial security fixes and significantly expands platform support for the Go implementation.
📦 Executable Availability Starting with this version, we are providing pre-compiled executables for the Go and C# implementations only. The Python version is fully functional and can be run directly from the source code available in our repository.
🚀 Expanded Platform Support for Go The Go version of G3FC now supports a wider range of architectures and operating systems. The available binaries cover:
- darwin/amd64 (macOS, Intel)
- darwin/arm64 (macOS, Apple Silicon)
- linux/amd64
- linux/arm64
- linux/arm
- linux/386
- windows/386
- windows/amd64
- windows/arm64
🔒 Security Fixes This patch addresses two important security vulnerabilities:
- Path Traversal: Corrected an issue where a maliciously crafted archive could potentially write files outside of the intended extraction directory.
- Decompression Bomb: Implemented safeguards to prevent denial-of-service attacks caused by archives that expand to an exceptionally large size.
Thank you for your continued support as we work to make G3FC even more secure and accessible.