NO

Author Topic: Kernel Explorer 2.0 Lite  (Read 842 times)

Offline dezmand07

  • Member
  • *
  • Posts: 6
Kernel Explorer 2.0 Lite
« on: August 24, 2023, 10:54:36 AM »
Hello!

I present to your attention the second version of my utility Kernel Explorer https://mega.nz/file/oWwy1SCT#_RN21QRI2gnkxTCjrYwJOiPyqzst0SEUt1kHpNljpFE

This is a lite version and i'm add functionality in my spare time.

IDE and compiler - Pelles C.

Key features:
- the program runs in the context LocalSystem Account;
- creation of system processes;
- switching to terminal session (after Windows 10 build 1709 Microsoft closed this functionality);
- changing parameters of kernel objects (token, privilege (double click on process list), service protect, etc.).

Functionality tested: Windows 7 Pro SP1 (x64), Windows 10 Pro 22H2 (x64), Windows 11 Pro 22H2 (x64).

The service UI0Detect is required to switch to the terminal session after Windows 10 build 1709.

The driver ZeroInput is required for the correct operation of the mouse and keyboard in the terminal session.

On Windows 10 and Windows 11 be sure to use the return library UI0Return.dll from the terminal session (Create Process In Session_0) before switching to Session 0.
Otherwise, you will not be able to return to the user session. Later i will rewrite this library to english language.
« Last Edit: August 24, 2023, 11:00:57 AM by dezmand07 »

Offline Vortex

  • Member
  • *
  • Posts: 802
    • http://www.vortex.masmcode.com
Re: Kernel Explorer 2.0 Lite
« Reply #1 on: August 24, 2023, 02:36:15 PM »
Hi dezmand07,

I checked your attachment and I could not find any source code. A driver is a piece of software running in the highest priviledged mode so you must understand the security concerns of the forum members.

Why not to upload the zip archive to the forum? That site is known to be a thin ice layer...
« Last Edit: August 24, 2023, 02:37:46 PM by Vortex »
Code it... That's all...