Author Topic: How to open the Crash Dump file  (Read 2479 times)

Tsuna

  • Global moderator
  • *
  • Posts: 823
  • Working together to create awesome things!
    • View Profile
    • The home of Tsunamods
How to open the Crash Dump file
« on: 2017-10-02 05:22:12 »
Title says it all. i need to be able to read this file.

I tried Windbg and it can't do it, neither can notepad++

I need to be able to find out the code for a specific variable when running 7H in variable dump mode
« Last Edit: 2017-10-02 08:00:36 by Tsunamix »

Maki

  • 0xBAADF00D
  • *
  • Posts: 621
  • 0xCCCCCCCC
    • View Profile
Re: How to open the Crash Dump file
« Reply #1 on: 2017-10-02 09:21:13 »
IMO crash dumps really sucks...

So far I was able to work with .dmp files with:
Visual Studio - use only if you have original source code, either you'll just get a bunch of mess
IDA Pro - This one at least let's you browse disassembly, but it's still messy anyway...

Tsuna

  • Global moderator
  • *
  • Posts: 823
  • Working together to create awesome things!
    • View Profile
    • The home of Tsunamods
Re: How to open the Crash Dump file
« Reply #2 on: 2017-10-02 18:08:07 »
I Dont exactly understand what I'm looking for tbh but I heard the variable I need is in there.

The same way that the dynamic weapons mod works I Ned to find a specific thing.

Tsuna

  • Global moderator
  • *
  • Posts: 823
  • Working together to create awesome things!
    • View Profile
    • The home of Tsunamods
Re: How to open the Crash Dump file
« Reply #3 on: 2017-10-09 22:31:00 »
Any luck with my problem anyone? Really need to see this variable. Same way the Dynamic weapons mod did to get their CloudWeapon var