Git Product home page Git Product logo

Comments (4)

hfiref0x avatar hfiref0x commented on July 23, 2024

#18 (comment)

I'm not goint to debug your own software to figure out what is happening. If you have minidumps and steps to reproduce this -> feel free to attach them here.

from kdu.

T-Troll avatar T-Troll commented on July 23, 2024

The same happened with KDU itself, we check it.
Ok, i'll ask for dumps for you and share here.

from kdu.

T-Troll avatar T-Troll commented on July 23, 2024
  1. In Windows 11, old-style device names doesn't work anymore.
  2. BSOD was initiated by service.exe then trying to remove node from namespace, which was loaded by you loader.

So it's not your fault, but good to know, i think.

from kdu.

hfiref0x avatar hfiref0x commented on July 23, 2024

In Windows 11, old-style device names doesn't work anymore.
BSOD was initiated by service.exe then trying to remove node from namespace, which was loaded by you loader.

This "issue" is entirely your own fault and have nothing to do with what you write. Services.exe is a user mode APP that is responsible for SCM. This loader does not use SCM to map drivers in the kernel space. SCM cannot "remove" anything from kernel because mapped drivers:

1, Does not have "UNLOAD" procedure set (unless you compiled them wrong)
2. Does not managed by SCM in any way

Windows 11 is a marketing relabeling of the same Windows 10, if there is a change like you describe - everything will not work on it.

Untitled
Suprise, surprise, all the devices names are the same as on Windows 10, Windows 8, Windows 7 and even Windows 2k/NT4.0.

On future note:
there is nothing "incompatible" with kernel in general in KDU loader, because it's just a loader not rootkit or whatever you are trying to load. So it cannot BSOD by design, unlike some script-kiddie software that mess with internal Windows structures to "hide" loaded stuff (rofl).

What can cause BSOD here:

  1. Error in shellcode, but then it will also BSOD on previous versions of Windows, which eventually will be reported before;
  2. Some dramatic change in Windows kernel that causing incompatibility - obviously not this time;
  3. Vulnerable driver it uses to map memory, it is possible, but also clearly not my fault;
  4. The thing you are trying to load - your payload <- which is this issue and source of problem in 99.99% cases.

If there is the next time will be another issue with no actual minidumps attached and another portion of BS like in your last post - I will automatically lock this issue without further notice.

from kdu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.