Skip to content

Instantly share code, notes, and snippets.

View amexn-me's full-sized avatar
💻
debugging

Ameen amexn-me

💻
debugging
View GitHub Profile
@amexn-me
amexn-me / 32bit-console-less.go
Last active October 19, 2023 19:49
Make a Windows 32bit exe console-less (silent mode for exe built through pkg)
package main
import (
"log"
"os"
)
func main() {
// Open the EXE file for reading and writing
filename := "to_convert_x32.exe"