Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
Implement #10, "Notification callbacks" dialog renamed to "System callbacks".
  • Loading branch information
hfiref0x committed Jan 20, 2019
1 parent e3840d6 commit 4478ad6
Show file tree
Hide file tree
Showing 15 changed files with 859 additions and 183 deletions.
Binary file modified Compiled/WinObjEx64.chm
Binary file not shown.
Binary file modified Compiled/WinObjEx64.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion Source/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
v1.7.x (dev)
v1.7.1
+ SeCiCallbacks/g_CiCallbacks added to the callbacks viewer
+ Session object view and access rights, merge pull request #8 #9
+ treelist updated

Expand Down
1 change: 1 addition & 0 deletions Source/FILELIST.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ instdrv.h

kldbg.c - Windows Kernel Debugging Driver support routines, object related internal API set
kldbg.h
kldbg_pattern.h - patterns used to find undocumented stuff

list.c - treeview and listview handlers for main window
list.h
Expand Down
Binary file modified Source/WinObjEx64/Resource.rc
Binary file not shown.
3 changes: 3 additions & 0 deletions Source/WinObjEx64/WinObjEx64.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@
<EntryPointSymbol>
</EntryPointSymbol>
<SetChecksum>true</SetChecksum>
<AdditionalOptions>/NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
<LinkTimeCodeGeneration>UseFastLinkTimeCodeGeneration</LinkTimeCodeGeneration>
</Link>
<Manifest>
<SuppressStartupBanner>false</SuppressStartupBanner>
Expand Down Expand Up @@ -443,6 +445,7 @@
<ClInclude Include="ntos\ntalpc.h" />
<ClInclude Include="ntos\ntos.h" />
<ClInclude Include="objects.h" />
<ClInclude Include="kldbg_patterns.h" />
<ClInclude Include="props\propBasic.h" />
<ClInclude Include="props\propBasicConsts.h" />
<ClInclude Include="props\propDesktop.h" />
Expand Down
3 changes: 3 additions & 0 deletions Source/WinObjEx64/WinObjEx64.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,9 @@
<ClInclude Include="props\propTypeConsts.h">
<Filter>Source Files\props</Filter>
</ClInclude>
<ClInclude Include="kldbg_patterns.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Image Include="rsrc\pipe.ico">
Expand Down
Loading

0 comments on commit 4478ad6

Please sign in to comment.