*July 2026 state, see #3, #5, #6 for more info
Located in
data\Composition\X86_64\NT6\ntos (NT6+)data\Composition\X86_64\NT10\ntos (Windows 10)data\Composition\X86_64\W11\ntos (Windows 11)NT6 (Windows Vista/7/8/8.1) + bonus NT5.2 (Windows XP x64)
View online: https://hfiref0x.github.io/sctables/X86_64/NT6_syscalls.html
NT10 (Windows 10)
View online: https://hfiref0x.github.io/sctables/X86_64/NT10_syscalls.html
NT10 (Windows 11)
View online: https://hfiref0x.github.io/sctables/X86_64/W11_syscalls.html
*July 2026 state, see #3, #5, #6 for more info
Located in
data\Composition\X86_64\NT6\win32k (NT6+)data\Composition\X86_64\NT10\win32k (Windows 10)data\Composition\X86_64\W11\win32k (Windows 11)NT6 (Windows Vista/7/8/8.1)
View online: https://hfiref0x.github.io/sctables/X86_64/NT6_w32ksyscalls.html
NT10 (Windows 10)
View online: https://hfiref0x.github.io/sctables/X86_64/NT10_w32ksyscalls.html
NT10 (Windows 11)
View online: https://hfiref0x.github.io/sctables/X86_64/W11_w32ksyscalls.html
Located in
data\Composition\X86_64\NT10\ium (Windows 10)data\Composition\X86_64\W11\ium (Windows 11)NT10 (Windows 10/11)
View online: https://hfiref0x.github.io/sctables/X86_64/NT10_iumsyscalls.html
Located in data\Composition\ARM64\ntos
NT10 (Windows 10/11)
View online: https://hfiref0x.github.io/sctables/ARM64/syscalls.html
Located in data\Composition\ARM64\win32k
NT10 (Windows 10/11)
View online: https://hfiref0x.github.io/sctables/ARM64/w32ksyscalls.html
scg for ntoskrnl or wscg64 for win32k). See run examples for more info.ntos subdirectory for ntoskrnl.exe tables, win32k subdirectory for win32k.sys tables).sstc.exe to run composer with -h key to generate HTML output file, otherwise the output file will be saved in markdown table format. Specify -w as the second parameter if you want to generate win32k combined syscall table. By default, sstc will read files from the "Tables" directory and compose the output table. Specify -d "DirectoryName" if you want to generate table from a different directory; in any case, sstc expects ntos and/or win32k subfolders to be present inside the target directory.Run Examples:
scg64.exe c:\wfiles\ntdll\ntdll_7600.dll > table7600.txtscg64.exe c:\wfiles\win32u\win32u_11.dll > win32u_11.txtsstc -wsstc -hsstc -h -d OnlyW10sstc -h -wUses Zydis x86/x86-64 disassembler and code generation library.
Composer source code is written in C#.
To build from source, you need Microsoft Visual Studio 2022 or higher (2026 recommended) and NET 10 or higher.
Both scg and wscg source code are written in C.
To build from source, you need Microsoft Visual Studio 2022 with SDK 19041 or higher installed (2026 and latest SDK recommended).
Original scg (c) 2011 gr8
196 commits
Hacker News (1)
C
96.5%
C++
3.3%
*July 2026 state, see #3, #5, #6 for more info
Located in
data\Composition\X86_64\NT6\ntos (NT6+)data\Composition\X86_64\NT10\ntos (Windows 10)data\Composition\X86_64\W11\ntos (Windows 11)NT6 (Windows Vista/7/8/8.1) + bonus NT5.2 (Windows XP x64)
View online: https://hfiref0x.github.io/sctables/X86_64/NT6_syscalls.html
NT10 (Windows 10)
View online: https://hfiref0x.github.io/sctables/X86_64/NT10_syscalls.html
NT10 (Windows 11)
View online: https://hfiref0x.github.io/sctables/X86_64/W11_syscalls.html
*July 2026 state, see #3, #5, #6 for more info
Located in
data\Composition\X86_64\NT6\win32k (NT6+)data\Composition\X86_64\NT10\win32k (Windows 10)data\Composition\X86_64\W11\win32k (Windows 11)NT6 (Windows Vista/7/8/8.1)
View online: https://hfiref0x.github.io/sctables/X86_64/NT6_w32ksyscalls.html
NT10 (Windows 10)
View online: https://hfiref0x.github.io/sctables/X86_64/NT10_w32ksyscalls.html
NT10 (Windows 11)
View online: https://hfiref0x.github.io/sctables/X86_64/W11_w32ksyscalls.html
Located in
data\Composition\X86_64\NT10\ium (Windows 10)data\Composition\X86_64\W11\ium (Windows 11)NT10 (Windows 10/11)
View online: https://hfiref0x.github.io/sctables/X86_64/NT10_iumsyscalls.html
Located in data\Composition\ARM64\ntos
NT10 (Windows 10/11)
View online: https://hfiref0x.github.io/sctables/ARM64/syscalls.html
Located in data\Composition\ARM64\win32k
NT10 (Windows 10/11)
View online: https://hfiref0x.github.io/sctables/ARM64/w32ksyscalls.html
scg for ntoskrnl or wscg64 for win32k). See run examples for more info.ntos subdirectory for ntoskrnl.exe tables, win32k subdirectory for win32k.sys tables).sstc.exe to run composer with -h key to generate HTML output file, otherwise the output file will be saved in markdown table format. Specify -w as the second parameter if you want to generate win32k combined syscall table. By default, sstc will read files from the "Tables" directory and compose the output table. Specify -d "DirectoryName" if you want to generate table from a different directory; in any case, sstc expects ntos and/or win32k subfolders to be present inside the target directory.Run Examples:
scg64.exe c:\wfiles\ntdll\ntdll_7600.dll > table7600.txtscg64.exe c:\wfiles\win32u\win32u_11.dll > win32u_11.txtsstc -wsstc -hsstc -h -d OnlyW10sstc -h -wUses Zydis x86/x86-64 disassembler and code generation library.
Composer source code is written in C#.
To build from source, you need Microsoft Visual Studio 2022 or higher (2026 recommended) and NET 10 or higher.
Both scg and wscg source code are written in C.
To build from source, you need Microsoft Visual Studio 2022 with SDK 19041 or higher installed (2026 and latest SDK recommended).
Original scg (c) 2011 gr8
Hacker News (1)
196 commits
C
96.5%
C++
3.3%