DynamoRIO / DynamoRIO/drmemory
System call information is missing for this operating system
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
Steps to reproduce:
`drmemory.exe -- cmd /c echo abcdef`
Expected result:
No error message.
Actual result:
```
---------------------------
Dr. Memory Notice: C:\Windows\system32\cmd.exe(9972)
---------------------------
System call information is missing for this operating system: WinVer=105;Rel=2009;Build=20348;Edition=ServerStandard. Restarting to trigger auto-generation of system call information. Re-run with -ignore_kernel to attempt to continue instead.
---------------------------
OK
---------------------------
```

Steps to reproduce:
`drmemory.exe -ignore_kernel -- cmd /c echo abcdef`
Expected result:
No error message.
Actual result:
```
---------------------------
Dr. Memory Notice: C:\Windows\system32\cmd.exe(25512)
---------------------------
System call information is missing for this operating system: WinVer=105;Rel=2009;Build=20348;Edition=ServerStandard.
---------------------------
OK
---------------------------
```

Windows Server 2022 for x64, version 10.0.20348.1970.
DrMemory for Windows x64, version 2.6.0 -- build 0.
I'm a C++ programmer, so I believe I can provide such missing kernel information if you tell me how to extract them from my system. I could provide you with a pull request if you want.
Contributor guide
Assessment
This issue has not been assessed yet.