C syntax highlighting for .cdoc pseudocode files without the noise. Built for documenting reverse engineered code where the standard C/C++ extension complains about missing headers, undefined types, and incomplete code.
- Full C syntax highlighting with bracket matching and smart indentation
- No error squiggles or IntelliSense interference
- Disassembler name recognition (
sub_140001000,loc_,dword_, etc.) - Windows API and NT kernel type support (
NTSTATUS,UNICODE_STRING,PEPROCESS) - Calling conventions (
__fastcall,WINAPI,NTAPI) - RE-specific code snippets (type
func,struct,virtmem,apihashand press Tab) - TODO/FIXME/NOTE/RESEARCH comment highlighting
Create files with the .cdoc extension and start documenting your reverse engineering work in pseudocode.
- Copy to VSCode extensions directory:
- Windows:
%USERPROFILE%\.vscode\extensions\cdoc-syntax - macOS/Linux:
~/.vscode/extensions/cdoc-syntax
- Windows:
- Restart VSCode
- Download the
.vsixfile - Run:
code --install-extension cdoc-syntax-1.0.0.vsix
MIT
