Indigenous Hash Transformation Tool with Cross-Referencing and ID Code Generation 1.0.1

.Net Developers Tool


Description


Indigenous Hash Transformation Tool with Cross-Referencing and ID Code Generation

This tool simplifies updating native hashes and their addresses for game modders who are reverse engineering the game. It is not intended for average users.

The tool takes a version of natives.h and relevant translation tables as input. It then generates a natives-bxxx.h file with updated hashes reflecting the newer game version. Additionally, when provided with an addresses-bxxx text file, it generates a .idc script for use in IDA. This script applies labels at the entry points of these natives, providing valuable information for reverse engineering.

The download includes almost all necessary files to update natives to the current game version (v 1180). You will need to obtain natives.h from a specific online source (details omitted for brevity). For future updates, create a new bxxx-bxxx.txt file containing translations and optionally provide a newer version of the bxxx-addresses.txt file.

To use the program:

  1. Place the latest version of natives.h in the working directory.
  2. Drag the bxxx-bxxx.txt translation tables onto NativeHashUpdater.exe, selecting those corresponding to your desired game version.

The program also generates a crossmap.txt file mapping natives from the first input file to the last. The source code is included in the download.

v1.0.1 Updates:

  • Updated with newest translation tables
  • Program now generates a crossmap.txt mapping natives from the first input file to the last

First Upload: November 11, 2024 Last Updated: November 11, 2024


0 Comments