Code Monkey home page Code Monkey logo

Comments (7)

yrp604 avatar yrp604 commented on May 24, 2024

Are you running that from a usermode debugger or a kernelmode debugger? bdump only works when attached to a kernel debugger.

from bdump.

GH0st3rs avatar GH0st3rs commented on May 24, 2024

The same thing. In kernel mode I got the same error Invalid argument in parseInt64
In first case it had started in local kernel debug mode!
I attached to the kernel, select the process:
kd> !process 0 0 procname.exe
Set a bp
kd> bp procname+0x2559
And on bp I tried to dump it with all of mode
kd> !bdump "F:\\dump"

from bdump.

yrp604 avatar yrp604 commented on May 24, 2024

Bdump is parsing the output of ‘dg cs’ when it collects segment registers. What does that command output if you run it from the debugger?

from bdump.

GH0st3rs avatar GH0st3rs commented on May 24, 2024

I've been waiting .dump /ka command for 2 days and it still collecting pages, that's really too long. I run it manually

from bdump.

GH0st3rs avatar GH0st3rs commented on May 24, 2024

изображение

from bdump.

yrp604 avatar yrp604 commented on May 24, 2024

Ok, so now its successfully collecting cs? Which msr is it failing to collect? tsc looks fine, so it must be one of the subsequent ones.

from bdump.

GH0st3rs avatar GH0st3rs commented on May 24, 2024

I have no time to test it with Linux + qemu\kvm(win10). It doesn't work.
But It works well with Win10 + Hyper-V(win10)

from bdump.

Related Issues (5)

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.