Skip to content

Commit

Permalink
v1.3.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercodeon314 committed Dec 24, 2023
1 parent ed0d5b3 commit d366431
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions DriverInterface/Driver/ManualLoader.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
kdu.exe -prv 1 -map KsDumperDriver.sys
pause
Binary file modified DriverInterface/Driver/Taigei64.dll
Binary file not shown.
Binary file modified DriverInterface/Driver/drv64.dll
Binary file not shown.
Binary file modified DriverInterface/Driver/kdu.exe
Binary file not shown.
Binary file modified KsDumper11/Driver/Taigei64.dll
Binary file not shown.
Binary file modified KsDumper11/Driver/drv64.dll
Binary file not shown.
Binary file modified KsDumper11/Driver/kdu.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions KsDumper11/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Runtime.InteropServices;
using System.Runtime.Versioning;

[assembly: AssemblyVersion("1.3.2")]
[assembly: AssemblyVersion("1.3.3")]
[assembly: AssemblyTitle("KsDumper 11")]
[assembly: AssemblyDescription("Dump processes from kernel space !")]
[assembly: AssemblyConfiguration("")]
Expand All @@ -15,4 +15,4 @@
[assembly: AssemblyTrademark("")]
[assembly: ComVisible(false)]
[assembly: Guid("7881b99d-0b5a-44e7-af34-80a0ecffd5db")]
[assembly: AssemblyFileVersion("1.3.2")]
[assembly: AssemblyFileVersion("1.3.3")]
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# KsDumper-11
https://github.com/mastercodeon314/KsDumper-11/assets/78676320/56f0a8f5-409c-4d89-8a07-989e98994745

## Whats new v1.3.3
+ Updated KDU to v1.4.1
New providers were added, see KDU patch notes on latest release.

## Whats new v1.3.2
+ Provider selction window now has a button to reset or wipe provider settings.
This means that all the providers will be reset to needing to be tested, and the default provider will be reset.
Expand Down

0 comments on commit d366431

Please sign in to comment.