2022-05-15 06:05:27 +00:00
|
|
|
* Driver providers interface *
|
|
|
|
winobjex64\drivers\wdrvprv.c
|
|
|
|
winobjex64\drivers\wdrvprv.h
|
|
|
|
** WINDBG/WODBG provider **
|
|
|
|
winobjex64\drivers\wdbgdrv.c
|
|
|
|
winobjex64\drivers\wdbgdrv.h
|
|
|
|
** WINIO provider **
|
|
|
|
winobjex64\drivers\winio.c
|
|
|
|
winobjex64\drivers\winio.h
|
|
|
|
** RKHDRV provider **
|
|
|
|
winobjex64\drivers\rkhdrv.c
|
|
|
|
winobjex64\drivers\rkhdrv.h
|
|
|
|
** HE/Alice provider **
|
|
|
|
winobjex64\drivers\alice.c
|
|
|
|
winobjex64\drivers\alice.h
|
|
|
|
|
|
|
|
* About dialog routines including window dialog procedure *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\aboutDlg.c
|
2015-02-23 05:06:18 +00:00
|
|
|
|
2022-06-10 15:07:15 +00:00
|
|
|
* System information dialog routines including window dialog procedure *
|
|
|
|
winobjex64\sysinfoDlg.c
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Custom access violation exception handler including minidump *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\excepth.c
|
|
|
|
winobjex64\excepth.h
|
2015-02-23 05:06:18 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Extras menu handler *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\extras\extras.c
|
|
|
|
winobjex64\extras\extras.h
|
2022-06-22 02:20:21 +00:00
|
|
|
winobjex64\extras\extrasHandlers.h
|
2019-04-01 12:28:14 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Windows 7/8/8.1 missing API support *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\extapi.c
|
|
|
|
winobjex64\extapi.h
|
2015-07-26 08:49:14 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Windows kernel callbacks list *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\extas\extrasCallbacks.c
|
2020-01-15 06:04:22 +00:00
|
|
|
winobjex64\extras\extrasCallbacksPatterns.h
|
2018-12-03 08:20:54 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Drivers list *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\extras\extrasDrivers.c
|
2015-03-01 15:26:13 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* KiServiceTable/W32pServiceTable list *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\extras\extrasSSDT.c
|
2015-02-23 05:06:18 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Pipes and mailslots dialog *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\extras\extrasIPC.c
|
2015-02-23 05:06:18 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Windows Private Namespaces dialog *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\extras\extrasPN.c
|
2015-02-23 05:06:18 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Process list dialog *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\extras\extrasPSList.c
|
2017-03-10 07:26:36 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Software Licensing Cache dialog *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\extras\extrasSL.c
|
2015-02-23 05:06:18 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* UserSharedData dialog *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\extras\extrasUSD.c
|
2015-02-23 05:06:18 +00:00
|
|
|
|
2022-06-03 05:43:03 +00:00
|
|
|
* CmControlVector dialog *
|
|
|
|
winobjex64\extras\extrasCmOpt.c
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Find Object routines including window dialog procedure *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\findDlg.c
|
2015-02-23 05:06:18 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Authenticode hash support *
|
2021-11-27 07:42:30 +00:00
|
|
|
winobjex64\hash.c
|
|
|
|
winobjex64\hash.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Windows Kernel Debugging Driver support routines, object related internal API set *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\kldbg.c
|
|
|
|
winobjex64\kldbg.h
|
2015-02-23 05:06:18 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Signature patterns used to find undocumented stuff *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\kldbg_pattern.h
|
2015-02-23 05:06:18 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Header file for kernel symbol names *
|
2020-02-29 05:36:03 +00:00
|
|
|
winobjex64\ksymbols.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Treeview and listview handlers for main window *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\list.c
|
|
|
|
winobjex64\list.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* WinObjEx64 internal logviewer *
|
2020-03-31 04:19:01 +00:00
|
|
|
winonjex64\log\log.c
|
|
|
|
winonjex64\log\log.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Program entry point and initialization routines, main window dialog procedure handler *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\main.c
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Set of reimplemented rtl routines *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\minirtl\minirtl.c
|
|
|
|
winobjex64\minirtl\minirtl.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* MS VisualC compiler versions header file *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\msvcver.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Known objects support functions and global objects table *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\objects.c
|
|
|
|
winobjex64\objects.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Plugin manager *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\plugmngr.c
|
|
|
|
winobjex64\plugmngr.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Symbols support *
|
2021-06-18 11:21:42 +00:00
|
|
|
winobjex64\symparser.c
|
|
|
|
winobjex64\symparser.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Property sheet for ALPC Port information *
|
2021-06-18 11:21:42 +00:00
|
|
|
winobjex64\props\propAlpcPort.c
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Property sheet "Basic" handlers, including window procedures and consts *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\props\propBasic.c
|
|
|
|
winobjex64\props\propBasicConsts.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Property sheet "Desktop" handlers *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\props\propDesktop.c
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* "Properties" property sheet creation and window procedures, all sheets created here *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\props\propDlg.c
|
|
|
|
winobjex64\props\propDlg.h
|
2022-06-22 02:20:21 +00:00
|
|
|
winobjex64\props\propCommon.h
|
|
|
|
winobjex64\props\props.h
|
2019-08-27 06:02:24 +00:00
|
|
|
|
2022-06-22 02:20:21 +00:00
|
|
|
* Property sheet "Driver" handlers *
|
|
|
|
winobjex64\props\propDriver.c
|
2019-08-27 06:02:24 +00:00
|
|
|
|
2022-06-22 02:20:21 +00:00
|
|
|
* Dumping and decoding kernel objects for "Object" property sheet and constants*
|
|
|
|
winobjex64\props\propObjectDump.c
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\props\propObjectDumpConsts.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Property sheet "Process" handler, window procedure *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\props\propProcess.c
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Property sheet for Section object dump information *
|
2021-06-18 11:21:42 +00:00
|
|
|
winobjex64\props\propSection.c
|
|
|
|
|
2022-06-22 02:20:21 +00:00
|
|
|
* "Security" property sheet handler and ISecurityInformation implementation and constants *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\props\propSecurity.c
|
|
|
|
winobjex64\props\propSecurityConsts.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Property sheet "Token" handler, window procedure *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\props\propToken.c
|
|
|
|
|
2022-06-22 02:20:21 +00:00
|
|
|
* Property sheet "Type" handlers, including window procedure for "Procedures" sheet and constants*
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\props\propType.c
|
|
|
|
winobjex64\props\propTypeConsts.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* "View Security Descriptor" dialog routines including window procedure *
|
2021-01-26 07:56:39 +00:00
|
|
|
winobjex64\sdviewDlg.c
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Support api set and consts *
|
2022-06-22 02:20:21 +00:00
|
|
|
winobjex64\sup\sup.c
|
|
|
|
winobjex64\sup\sup.h
|
|
|
|
winobjex64\sup\sync.c
|
|
|
|
|
2023-07-28 06:43:43 +00:00
|
|
|
* Win32k service table parsing support *
|
|
|
|
winobjex64\sup\w32k.c
|
|
|
|
winobjex64\sup\w32k.h
|
|
|
|
|
2022-06-22 02:20:21 +00:00
|
|
|
* Wine support header file *
|
|
|
|
winobjex64\sup\wine.c
|
|
|
|
winobjex64\sup\wine.h
|
2019-08-27 06:02:24 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* All objects test code here *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\tests\testunit.c
|
|
|
|
winobjex64\tests\testunit.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* systreeview32 combined with sysheader32 control *
|
2019-08-27 06:02:24 +00:00
|
|
|
shared\treelist\treelist.c
|
|
|
|
shared\treelist\treelist.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Global include file *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\global.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* NT os internals related definitions and prototypes *
|
2019-08-27 06:02:24 +00:00
|
|
|
shared\ntos\ntos.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* MS ALPC port dedicated header file *
|
2019-08-27 06:02:24 +00:00
|
|
|
shared\ntos\ntalpc.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* NT PE loader related declarations and routines *
|
2019-08-27 06:02:24 +00:00
|
|
|
shared\ntos\ntldr.c
|
|
|
|
shared\ntos\ntldr.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Native API shared rtl *
|
2020-07-28 04:10:56 +00:00
|
|
|
shared\ntos\ntsup.c
|
|
|
|
shared\ntos\ntsup.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* MS ApiSetSchema dedicated header file *
|
2019-08-27 06:02:24 +00:00
|
|
|
shared\ntos\apisetx.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Windows SDK 8.1 missing definitions support *
|
2020-07-28 04:10:56 +00:00
|
|
|
shared\sdk\extdef.h
|
2019-08-27 06:02:24 +00:00
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* Visual Studio generated resource header *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\resource.h
|
|
|
|
|
2022-05-15 06:05:27 +00:00
|
|
|
* User interface global constant *
|
2019-08-27 06:02:24 +00:00
|
|
|
winobjex64\ui.h
|