Giter VIP home page Giter VIP logo

Comments (2)

jazzdelightsme avatar jazzdelightsme commented on July 28, 2024

No, I don't think it is something you missed; sounds like a legit bug. I have not tested on Win7 in... a long time. I bet it is some missing dependency. I'll have to spin up a Win7 VM to figure out what it is.

In the meantime, something you can try is to load DbgShell from windbg. I.e. if you are looking at a dump file, for example, load it up in windbg (C:\Debuggers\windbg.exe -z C:\path\to\dump.dmp), then load the DbgShell extension (.load C:\Tools\DbgShell\x64\dbgshellext.dll), then you should be able to run !dbgshell and hopefully a DbgShell window pops up (which is using the already-loaded dbgeng.dll in the windbg process).

Then again, I have not tested on Win7... so maybe there will be other problems.

Just curious, what version of PowerShell do you have?

from dbgshell.

ebtaleb avatar ebtaleb commented on July 28, 2024

Ok, I tried to load DbgShell from WinDbg by opening an executable. I get the following errors, depending on the version of WinDbg and DbgShellExt:

0:000> .load C:\Users\mu\Desktop\FLEGGO\dbs\dbg\DbgShell\DbgShell\x86\dbgshellext.dll
The call to LoadLibrary(C:\Users\mu\Desktop\FLEGGO\dbs\dbg\DbgShell\DbgShell\x86\dbgshellext.dll) failed, Win32 error 0n193
"%1 is not a valid Win32 application."
Please check your debugger configuration and/or network access.

0:000> .load C:\Users\mu\Desktop\FLEGGO\dbs\dbg\DbgShell\DbgShell\x64\DbgShellExt.dll
The call to LoadLibrary(C:\Users\mu\Desktop\FLEGGO\dbs\dbg\DbgShell\DbgShell\x64\DbgShellExt.dll) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.

As for the PowerShell version:

PS C:\Users\mu> $PSVersionTable.PSVersion

Major Minor Build Revision


5 1 14409 1005

from dbgshell.

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.