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

read-tdb error with sunbreak demo. #21

Closed
chetuna opened this issue Jun 15, 2022 · 4 comments
Closed

read-tdb error with sunbreak demo. #21

chetuna opened this issue Jun 15, 2022 · 4 comments

Comments

@chetuna
Copy link

chetuna commented Jun 15, 2022

I got an error when running read-tdb on Sunbreak demo.

command: mhrice read-tdb -t "F:\SteamLibrary\steamapps\common\MONSTER HUNTER RISE SUNBREAK DEMO\MHRiseSunbreakDemo.exe" > tdb.cs
Error: failed to fill whole buffer

Is there a solution?

  • Win10 (x64)
  • cargo 1.61.0 (a028ae42f 2022-04-29)
  • rustc 1.61.0 (fe5b13d68 2022-05-18)
  • rustup 1.24.3 (ce5817a94 2021-05-31)
@wwylele
Copy link
Owner

wwylele commented Jun 15, 2022

The new sunbreak demo doesn't seem to have clear text tdb in the exe file. Instead, you need to dump a full minidump from a running game, and use the read-dmp-tdb command

@chetuna
Copy link
Author

chetuna commented Jun 16, 2022

I could not handle the dmp command well because I was not sure about the map option and address.
I will wait for the release of sunbreak. Thanks for this great project.

@wwylele
Copy link
Owner

wwylele commented Jun 16, 2022

You can just leave the map and address away. They are optional. --map is an output file to generate function address mapping. --address is to provide the TDB address if you know it in advance, to skip the slow scanning.

@wwylele
Copy link
Owner

wwylele commented Aug 3, 2022

I am going to close this as wont-fix, as I am not interested in dis-obfuscate the exe

@wwylele wwylele closed this as completed Aug 3, 2022
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

No branches or pull requests

2 participants