Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DumpType = 9 #17

Closed
0vercl0k opened this issue May 30, 2022 · 6 comments · Fixed by #22
Closed

DumpType = 9 #17

0vercl0k opened this issue May 30, 2022 · 6 comments · Fixed by #22

Comments

@0vercl0k
Copy link
Owner

In 0vercl0k/wtf#101, there is a dump file with a DumpType = 9 which isn't supported by kdmp-parser. Based on the investigation, this seems to be newish and only available in latest (?) WinDbgX.

@0vercl0k
Copy link
Owner Author

No symbols seem available for the dbgeng version yet...

0:000> lmvm dbgeng
Browse full module list
start             end                 module name
00000001`80000000 00000001`80889000   dbgeng     (no symbols)           
    Loaded symbol image file: dbgeng.dll
    Image name: dbgeng.dll
    Browse all global symbols  functions  data
    Image was built with /Brepro flag.
    Timestamp:        FEE5ACCF (This is a reproducible build file hash, not a timestamp)
    CheckSum:         0085D433
    ImageSize:        00889000
    File version:     10.0.25111.1000
    Product version:  10.0.25111.1000
    File flags:       0 (Mask 3F)
    File OS:          40004 NT Win32
    File type:        2.0 Dll
    File date:        00000000.00000000
    Translations:     0409.04b0
    Information from resource tables:
        CompanyName:      Microsoft Corporation
        ProductName:      Microsoft® Windows® Operating System
        InternalName:     DbgEng.Dll
        OriginalFilename: DbgEng.Dll
        ProductVersion:   10.0.25111.1000
        FileVersion:      10.0.25111.1000 (WinBuild.160101.0800)
        FileDescription:  Windows Symbolic Debugger Engine
        LegalCopyright:   © Microsoft Corporation. All rights reserved.

@hugsy
Copy link
Contributor

hugsy commented Nov 10, 2023

Yo,

If was pissing me off so I added support for types 0x8 (.dump /k) and 0x9 (.dump /ka) are done (see https://github.com/hugsy/kdmp-parser/tree/new_type_support ).

image

I'll do type 0xa tomorrow if time permits (from issue #18 ), and hopefully PR it all by this weekend.
I'm sure you'll just love to review some more dirty code from me 😂

Cheers bud

@0vercl0k
Copy link
Owner Author

0vercl0k commented Nov 10, 2023 via email

@hugsy
Copy link
Contributor

hugsy commented Nov 10, 2023

Anytime, we'll drink those together 🍺🍻

@hugsy
Copy link
Contributor

hugsy commented Nov 10, 2023

Done too, it's all the same format, just different offsets 😂

image

Will clean it up and PR that

@hugsy
Copy link
Contributor

hugsy commented Nov 12, 2023

All good on my end, waiting for you now to come back 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants