GithubHelp home page GithubHelp logo

Comments (13)

TheCruZ avatar TheCruZ commented on July 22, 2024

Probably some antivirus/anticheat is intercepting intel driver to remove the vulnerability making the driver unusable, I can confirm that it works fine in that windows build

from kdmapper.

Leonelyo avatar Leonelyo commented on July 22, 2024

Bild_2023-12-22_030333899
doesnt work for me there is no anti cheat in background
i have an AMD Processor

from kdmapper.

jackdiddilysquad avatar jackdiddilysquad commented on July 22, 2024

Bild_2023-12-22_030333899 doesnt work for me there is no anti cheat in background i have an AMD Processor

i am also having this problem same version.

from kdmapper.

TheCruZ avatar TheCruZ commented on July 22, 2024

Make sure you have:
All Antivirus uninstalled (Is possible that some modules to protect the kernel remain active even with protection disabled)
FACEIT, Vanguard and other anticheats uninstalled, this anticheats can't be disabled and some of them are working in background, and they can intercept the IOCTL of vulnerable drivers to modify it behavior like antivirus
HVCI (Memory protection) Disabled
Vulnerable driver list disabled
less common but can give you issues: make sure there is no any real iqvw64e driver installed in your system

If you did all this steps and still don't work you may try to disable virtualization in your BIOS if enabled to prevent any tool from using virtualization to protect the system

if still don't work, send a report of your system running "msinfo32 /nfo ./report.nfo" and I will try to check when I can

from kdmapper.

Leonelyo avatar Leonelyo commented on July 22, 2024

Make sure you have: All Antivirus uninstalled (Is possible that some modules to protect the kernel remain active even with protection disabled) FACEIT, Vanguard and other anticheats uninstalled, this anticheats can't be disabled and some of them are working in background, and they can intercept the IOCTL of vulnerable drivers to modify it behavior like antivirus HVCI (Memory protection) Disabled Vulnerable driver list disabled less common but can give you issues: make sure there is no any real iqvw64e driver installed in your system

If you did all this steps and still don't work you may try to disable virtualization in your BIOS if enabled to prevent any tool from using virtualization to protect the system

if still don't work, send a report of your system running "msinfo32 /nfo ./report.nfo" and I will try to check when I can

followed every step still doesnt work
virtualization doesnt exist in my BIOS, i disabled the Vulnerable driver list in regedit and i also checked if core isolation is disabled and it is
the other stuff is already disabled (i checked it)

it says "Failed to register and start service for the vulnerable driver"

from kdmapper.

TheCruZ avatar TheCruZ commented on July 22, 2024

Show us the error code or a capture, but definitely that error isn't related with this issue

from kdmapper.

saccf0 avatar saccf0 commented on July 22, 2024

you're getting STATUS_INVALID_DEVICE_REQUEST, are you sure you haven't loaded iqvw64e.sys or an old version of it somehow?

from kdmapper.

jackdiddilysquad avatar jackdiddilysquad commented on July 22, 2024

Show us the error code or a capture, but definitely that error isn't related with this issue

when i launch kdmapper with my driver it just cloese at NtUnloadDriver status 0x0

from kdmapper.

TheCruZ avatar TheCruZ commented on July 22, 2024

You must run kdmapper under a admin access console if you want to see the output

from kdmapper.

Leonelyo avatar Leonelyo commented on July 22, 2024

Show us the error code or a capture, but definitely that error isn't related with this issue

[<] Loading vulnerable driver, Name: IaMxivpzjrhgdL
[+] NtLoadDriver Status 0x0
[+] PiDDBLock Ptr 0xfffff8046853efac
[+] PiDDBCacheTable Ptr 0xfffff8046853f0e8
[+] PiDDBLock Locked
[+] Found Table Entry = 0xFFFF810A775B2360
[+] PiDDBCacheTable Cleaned
[+] g_KernelHashBucketList Found 0xFFFFF8046C8C2088
[+] g_HashCacheLock Locked
[+] Found In g_KernelHashBucketList: IaMxivpzjrhgdL
[+] g_KernelHashBucketList Cleaned
[+] MmUnloadedDrivers Cleaned: IaMxivpzjrhgdL
[+] WdFilter.sys not loaded, clear skipped
[+] Image base has been allocated at 0xFFFF98026E322000
[+] Skipped 0x1000 bytes of PE Header
[+] Load config directory wasn't found, probably StackCookie not defined, fix cookie skipped
[<] Calling DriverEntry 0xFFFF98026E322000
[+] Callback example called
[+] DriverEntry returned 0x0
[<] Unloading vulnerable driver
[+] NtUnloadDriver Status 0x0
[+] Vul driver data destroyed before unlink
[+] success

using the HelloWorld driver example, DebugView doesnt show anything

from kdmapper.

saccf0 avatar saccf0 commented on July 22, 2024

Show us the error code or a capture, but definitely that error isn't related with this issue

[<] Loading vulnerable driver, Name: IaMxivpzjrhgdL [+] NtLoadDriver Status 0x0 [+] PiDDBLock Ptr 0xfffff8046853efac [+] PiDDBCacheTable Ptr 0xfffff8046853f0e8 [+] PiDDBLock Locked [+] Found Table Entry = 0xFFFF810A775B2360 [+] PiDDBCacheTable Cleaned [+] g_KernelHashBucketList Found 0xFFFFF8046C8C2088 [+] g_HashCacheLock Locked [+] Found In g_KernelHashBucketList: IaMxivpzjrhgdL [+] g_KernelHashBucketList Cleaned [+] MmUnloadedDrivers Cleaned: IaMxivpzjrhgdL [+] WdFilter.sys not loaded, clear skipped [+] Image base has been allocated at 0xFFFF98026E322000 [+] Skipped 0x1000 bytes of PE Header [+] Load config directory wasn't found, probably StackCookie not defined, fix cookie skipped [<] Calling DriverEntry 0xFFFF98026E322000 [+] Callback example called [+] DriverEntry returned 0x0 [<] Unloading vulnerable driver [+] NtUnloadDriver Status 0x0 [+] Vul driver data destroyed before unlink [+] success

using the HelloWorld driver example, DebugView doesnt show anything

are you sure you're capturing kernel in DebugView? DriverEntry returned STATUS_SUCCESS, so i don't feel like this is a kdmapper issue

from kdmapper.

TheCruZ avatar TheCruZ commented on July 22, 2024

Show us the error code or a capture, but definitely that error isn't related with this issue

[<] Loading vulnerable driver, Name: IaMxivpzjrhgdL [+] NtLoadDriver Status 0x0 [+] PiDDBLock Ptr 0xfffff8046853efac [+] PiDDBCacheTable Ptr 0xfffff8046853f0e8 [+] PiDDBLock Locked [+] Found Table Entry = 0xFFFF810A775B2360 [+] PiDDBCacheTable Cleaned [+] g_KernelHashBucketList Found 0xFFFFF8046C8C2088 [+] g_HashCacheLock Locked [+] Found In g_KernelHashBucketList: IaMxivpzjrhgdL [+] g_KernelHashBucketList Cleaned [+] MmUnloadedDrivers Cleaned: IaMxivpzjrhgdL [+] WdFilter.sys not loaded, clear skipped [+] Image base has been allocated at 0xFFFF98026E322000 [+] Skipped 0x1000 bytes of PE Header [+] Load config directory wasn't found, probably StackCookie not defined, fix cookie skipped [<] Calling DriverEntry 0xFFFF98026E322000 [+] Callback example called [+] DriverEntry returned 0x0 [<] Unloading vulnerable driver [+] NtUnloadDriver Status 0x0 [+] Vul driver data destroyed before unlink [+] success

using the HelloWorld driver example, DebugView doesnt show anything

Kdmapper work fine in that case

from kdmapper.

TheCruZ avatar TheCruZ commented on July 22, 2024

I will close this issue since no more updates and looks more like an issue in people configuration or wrong usage

from kdmapper.

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.