-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
// Description: PushPin is designed to provide a visual interface wrapper to pcileech | ||
// PushPin author: JT, [email protected] | ||
// PCILeech author: Ulf Frisk, [email protected] | ||
// Dependencies: PCILeech v4.6 - https://github.com/ufrisk and it's dependencies | ||
// Dependencies: PCILeech v4.7 - https://github.com/ufrisk and it's dependencies | ||
/*******************************************************************************************************************************/ | ||
|
||
namespace PushPin | ||
|
@@ -110,9 +110,10 @@ private void Button_win10x64_Click(object sender, EventArgs e) | |
} | ||
|
||
// | ||
// *** WIN 10x64_2 memmap method KMD EXPLOIT *** // | ||
// *** WIN 10x64_3 memmap method KMD EXPLOIT *** // | ||
// WIN10_X64_3 is currently stable accross versions of Windows 10 including Windows 10 2004 release | ||
// | ||
private void Button_win10x64_2_Click(object sender, EventArgs e) | ||
private void Button_win10x64_3_Click(object sender, EventArgs e) | ||
{ | ||
try | ||
{ | ||
|
@@ -121,7 +122,7 @@ private void Button_win10x64_2_Click(object sender, EventArgs e) | |
start.UseShellExecute = false; | ||
start.CreateNoWindow = true; | ||
start.RedirectStandardOutput = true; | ||
start.Arguments = "kmdload -kmd WIN10_X64_2 -memmap auto "; | ||
start.Arguments = "kmdload -kmd WIN10_X64_3 -memmap auto "; | ||
|
||
// | ||
// Start the process. | ||
|
@@ -137,7 +138,7 @@ private void Button_win10x64_2_Click(object sender, EventArgs e) | |
|
||
textBox_status.Text = result; | ||
|
||
Class_action.Action = "Win10x64_2 KMD"; | ||
Class_action.Action = "Win10x64_3 KMD"; | ||
Class_status.Status = result; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
// Description: PushPin is designed to provide a visual interface wrapper to pcileech | ||
// PushPin author: JT, [email protected] | ||
// pcileech author: Ulf Frisk, [email protected] | ||
// Dependencies: PCILeech v4.6 - https://github.com/ufrisk and it's dependencies | ||
// Dependencies: PCILeech v4.7 - https://github.com/ufrisk and it's dependencies | ||
/*******************************************************************************************************************************/ | ||
|
||
namespace PushPin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
// Description: PushPin is designed to provide a visual interface wrapper to pcileech | ||
// PushPin author: JT, [email protected] | ||
// PCILeech author: Ulf Frisk, [email protected] | ||
// Dependencies: PCILeech v4.6 - https://github.com/ufrisk and it's dependencies | ||
// Dependencies: PCILeech v4.7 - https://github.com/ufrisk and it's dependencies | ||
/*******************************************************************************************************************************/ | ||
|
||
namespace PushPin | ||
|