ZoneOS home

Links


VNC Software

RealVNC, UltraVNC, TightVNC - VNC (Virtual Network Computing) software: can display the screen of another computer (via internet or network) on your own screen.

android-vnc-viewer - VNC Viewer for Android

PalmVNC - VNC Viewer for PalmOS


ZoneScreen Competitors

MaxiVista and Laplink DoubleView - Turns spare PC into a second monitor for main computer, input redirection.

Innobec SideWindow - Extends desktop onto Pocket PC.

DemoForge Quasar Virtual Display - XPDM virtual display driver.


Windows strace Implementations

NtTrace - very close to ntstrace (Native API with some arguments unpacked, no driver installation required). Flexible tool, but traces only system calls (no Ldr, Rtl traces possible). Source code available.

StraceNT - Win32 API trace tool with very good filtering.


For Developers

Microsoft Windows Driver Development Kit (WDK, or DDK) - Complete set of headers, libraries and compilers to build your kernel-mode and user-mode projects. Oriented for driver developers. Great collection of driver samples about any part of NT kernel and great NT kernel documentation.

Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1 (SDK, or PSDK) - Similar to WDK, but oriented for user-mode Win32 and .NET developers. A lot of user-mode samples and Win32 API documentation.

Visual C++ 2010 Express Edition - Development environment is good enough to be used in developing NT drivers. For user-mode programs, it is also a perfect debugger.

Debugging Tools for Windows - Most powerful instrument in debugging Windows NT kernel, but also could be used in user-mode debugging. Also an instrument for analysing crash dumps of your not very stable builds.




Home | Projects | Links

Copyright © 2006-2011 Vasily Tarasov.