Unit WinStuff |
Classes |
Functions |
IsConsoleProcess - Return whether a process is running as a console app.
IsWin32Process - Return whether a process if Win32 (True) or Win16 (False).
IsWin32Thread - Return whether a thread if Win32 (True) or Win16 (False).
IsWin32Window - Return whether a window is Win32 (True) or Win16 (False).
Unobfuscate - These functions were writting using information found
in Matt Pietrek's Windows 95 System Programming Secrets,
(1995, IDG Books).
Types |
Constants |
Variables |
Functions |
XOR with thread ID to learn Obfuscator mask
Microsoft XORs the Obfuscator mask with a ThreadDB pointer to make a ThreadID. Fortunately, one can learn the Obfuscator value and XOR it with the ThreadID to obtain the ThreadDB pointer. See Matt Pietrek's Wndows 95 System Programming Secrets for more information.
Types |
Constants |
Variables |