home ‣ Interesting win32 source code login
Interesting win32 source code:
- puttycyg – cygwin terminal, putty modified to also be a cygwin terminal, MIT
- putty, MIT, putty Tray, enhancements to Putty
- qemacs, LGPL
- WTL
- WDL – Justin Frankel’s library for win32 & win32 emulation for mac, BSD-like
- TaskSwitchXP – BSD-like (?)
- stb-img, GPL with parts in public domain (zlib, png, jpeg decompressors)
- qsniffer, GPLv2, network sniffer in qt, cross-platforms
- msnwcrec – msn webcam recorder, GPLv2
- orionsniffer, tcp/ip packet sniffer, GPLv2, uses winpcap
- ansi codes in cmd.exe, article with source code about patching cmd.exe
- very sleepy, GPL, simple profiler for windows
- FileZill, GPL, C++
Debugging/rec-related code:
- opendbg, GPLv3
- leaktrap, GPL, gdi/user handle leak tracking and analysis, hooks win32 apis
- cdbg, GPLv3, console user-mode debugger
- ngdbg, GPLv3, live kernel-mode debugger
- openrce-snippets, MIT,
- pefile, MIT, Python library to work with pe format
- paimei, GPLv2, reverse engineering framework in pyton
- vmachine, PC emulator
Debugging,rec tools:
- peid, unpacker, decryptor of pe files for win, also has process viewer, pe details, disassembler etc.
PDF-related source code:
- openjpeg, New BSD, JPEG 2000 in C