Re: [go-nuts] Modifying go toolchain to have an empty IAT for windows amd64

2024-10-21 Thread rudeus greyrat
Update ---> I ended up putting all the initialization of import in the osinit() function in os_windows.go. So in osinit() I have something like ``` func osinit () { _AddVectoredContinueHandler = stdFunction(unsafe.Pointer(GetProcAddressReplacement(GetModuleHandleReplacement("ntdll.dll")

[go-nuts] Have you built desktop apps in Go?

2024-10-21 Thread Alex Pliutau
Have you built desktop apps in Go? For example using something like Wails? Share if you have any. My old but still relevant video about Wails - https://www.youtube.com/watch?v=Dg9rUXxNV-c -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsu