Re: [go-nuts] Understanding SyscallN for windows when doing windows api call

2024-10-25 Thread Ian Lance Taylor
On Fri, Oct 25, 2024 at 8:34 AM rudeus greyrat wrote: > > In cpp (and other LLVM based languages), the windows API function address is > taken from the DLL after it has been loaded in the Virtual Memory space (or > at least something like that). > > In go, everything is wrapped around that Sysca

[go-nuts] Understanding SyscallN for windows when doing windows api call

2024-10-25 Thread rudeus greyrat
Hello, In cpp (and other LLVM based languages), the windows API function address is taken from the DLL after it has been loaded in the Virtual Memory space (or at least something like that). In go, everything is wrapped around that SyscallN function, which sadly I am not understanding how it w