mirror of
https://github.com/golang/sys.git
synced 2026-02-09 04:06:04 +03:00
These are useful for loading new code into the address space at runtime and having exceptions be handled. https://docs.microsoft.com/en-us/windows/win32/api/winnt/nf-winnt-rtladdfunctiontable https://docs.microsoft.com/en-us/windows/win32/api/winnt/nf-winnt-rtldeletefunctiontable Change-Id: I4fce4d7003d87cf48486d6e09d8543c2f1325554 Reviewed-on: https://go-review.googlesource.com/c/sys/+/357409 Trust: Jason A. Donenfeld <Jason@zx2c4.com> Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>