Hello Everyone
Please can anyone help me. I am trying to use the NtAllocateVirtualMemory syscall in my code but every time I run the code I got this error message (Error: undeclared identifier: 'NtAllocateVirtualMemory') although I define the NtAllocateVirtualMemory proc using (NimlineWhispers) to define the syscall.
as far as i can see it should be enough to import
https://github.com/ajpc500/NimlineWhispers/blob/main/syscalls.nim
have you done this?