-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
OpenDumpFile(state\mem.dmp) failed with hr=-0x7ff8ffa9 - [targeting 32bit binary] #101
Comments
Hey @donghyunlee00, Thank you for taking the time to file an issue w/ a detailed report, I am able to reproduce the issue 🙏🏽 It's the first time I see this and seems pretty odd at first sight but will investigate and report back when I find anything! Cheers |
Okay so I spent some time to investigate this, and it seems like the The first part of the problem is that the debugger you used to take the crash-dump and the one you're using to open the dump are different; and it seems like the debugger you used to take the crash-dump is generating this new (?) type of dump which means the other one doesn't know how to read it. You can solve this problem by copying the The more annoying issue though is that If you want to be unblocked, try to generate your crash-dump with the regular Windbg or an older WindbgX version, this should let you proceed. Let me know if that makes sense! Cheers |
I also had the same issue. In my case, I use |
Thanks for sharing that @ch4rli3kop ! Cheers |
I was late to check because of a week's trip to Venezia. I just generated a dump with WinDbg (X64) instead of WinDbg Preview and the problem seems to have been solved. Thanks! |
@donghyunlee00 just wanted to let you know that You probably didn't keep this dump around.. but you have; please give a shot to https://github.com/0vercl0k/wtf/releases/tag/v0.5.1 :) If you are planning to do some fuzzing, please try out a dump acquired with WinDbg Preview and let me know :) Cheers |
Hi, first of all thank you for providing such a awesome fuzzer:)
I'm trying to use this fuzzer for various targets, but I got an error while
OpenDumpFile
.Test Environment
Attachment
mem.dmp
®s.json
: dumpError
Master
Fuzz
Those steps were used to obtain the snapshot:
Make
XXX.exe
loadsYYY.dll
through user interaction. (=double clickwtf_input.xlsx
)The text was updated successfully, but these errors were encountered: