Process Hacker Code
View and manage processes, services and more with this powerful tool.
Brought to you by:
wj32
File | Date | Author | Commit |
---|---|---|---|
lib32 | 2010-10-09 | wj32 | [r3732] * added winsta.lib |
lib64 | 2010-10-09 | wj32 | [r3732] * added winsta.lib |
makeall.cmd | 2010-10-09 | wj32 | [r3732] * added winsta.lib |
makelib.cmd | 2010-07-24 | wj32 | [r3418] fixed makelib batch files |
readme.txt | 2011-08-25 | wj32 | [r4534] patch by xhmikosr |
Microsoft's ntdll.lib files are supplied with the DDK, but are not redistributable. The alternative used in Process Hacker is to have a ntdll.def file and create ntdll.lib from that using the LIB tool. The x86 ntdll.lib must be fixed using fixlib, which converts the exports from ordinal to name entries. The x64 ntdll.lib does not suffer from this problem. The regex for swapping the export entries is below: Replace <:b:b:b:b{.*}:b=:b{.*}> with < \2 = \1>