IcySon55 / NxHashTool

Combines several hashing steps into one reducing time spent dumping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NxHashTool

Combines several hashing steps into one reducing time spent dumping.

Usage

  1. Use gc_dumper to:
    1. dump gamecard initial data: Name Of Game [TitleID][Version]...bin
    2. dump gamecard xci: Name Of Game [TitleID][Version]...xci
      1. append key area: no
      2. keep certificate: no
      3. trim: no
      4. calculate crc32: yes
  2. Use nxhashtool to generate all hashes:
    1. nxhashtool.exe "absolute path to the.xci"

The tool will output three .txt files: Name Of Game [TitleID][Version]...bin.hashes.txt Name Of Game [TitleID][Version]...xci.keyarea.hashes.txt Name Of Game [TitleID][Version]...xci.keyarealess.hashes.txt

These contain all five hashes: CRC32, MD5, SHA1, SHA256, SHA512

Improvements are welcome!

Enjoy~

About

Combines several hashing steps into one reducing time spent dumping.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%