Skip to content

Instantly share code, notes, and snippets.

View d-volution's full-sized avatar

d-volution

  • Wien
View GitHub Profile
@d-volution
d-volution / enum-gen-tool.go
Created October 31, 2025 10:01
Sloppy Enum Generation Tool 1 from 2025
package main
// run by `go -C tools/enum-gen-tool run . inut_file.txt`
import (
"bufio"
"fmt"
"os"
"strings"
)