Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://i.imgur.com/wnfLjGX.png
https://i.imgur.com/Mu68DHW.png
https://i.imgur.com/84ni8J2.png
I think this is working for me. A lot changed and was divergent from the guide.
I would need further testing on the playthrough to trigger an achievement and confirm a steam achievement is recorded.
System is MacOS x64. Ghidra and JDK are both available for x64 version of MacOS
Following the instructions for Linux should work.
Ghidra now only lists Portable Executable (PE), Old Style DOS Executable (MZ), and Raw Binary as format options for importing the .exe file. Executable and Linking Format (ELF) doesn't show despite it being listed in the info button's supported formats.
If you import it as a Portable Executable you will then get stuck in checksum_manifest step. "rodata" isn't a listed section, it's "rdata" now, and there are far fewer sections than appear in the screenshots.
The checksum_manifest's XREF now shows [1,4], with five options available though none lead to CalculateGameFilesChecksum(), and none have RefType Unconditional_Call.
It doesn't appear that this method works on Windows at this point in time.