Skip to content

Instantly share code, notes, and snippets.

View Unprex's full-sized avatar

Bastien Brouant Unprex

  • IPAG
View GitHub Profile
@Unprex
Unprex / ExtractTarGz.cs
Last active September 26, 2025 12:03 — forked from ForeverZer0/ExtractTarGz.cs
Use pure C# to extract .tar and .tar.gz files
using System;
using System.IO;
using System.IO.Compression;
using System.Text;
namespace TarExample
{
public class Tar
{
/// <summary>