Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Tool to try hashes in a directory of GSC files

License

NotificationsYou must be signed in to change notification settings

ate47/BOHashTool

Repository files navigation

Tool to try hashes in a directory of GSC files, I made it like that, you can use something else if you want.

For a Java implementation of the hashing methods,thefr.atesab.bo4hash.utils.HashUtils is here

I use it to explore this fork repository:https://github.com/ate47/t8-src

Usage

From the release files or via these commands to compile:

./gradlew buildjava-jar build/libs/BOHashTool-*.jar

Hash searcher macro

All.gsc search are also converted into anamespace search (with the script's name) and into a.csc search withthe same path.

You can use| to tell prefix and suffix in a hash search

example:

scripts/mp_common/|player_s_s|.gsc

will match all strings with the prefixscripts/mp_common/, the suffix.gsc and contain a permutationofplayer_s_s.

For example

  • scripts/mp_common/player/player.gsc
  • scripts/mp_common/player/player.csc

Demo

You can search for an unhashed string in a particular repo (the indexing can take ~20s or more for slower disks)

example 1

It can be used to search for multiple objects at once

example 2

Or path

example 3

You can use it to search over multiple fields at the same time

example 4

It will compute the permutations of a string to find close values

example 5

You can hash multiple values without searching them in a repository (useful to get the hashes of multiple IDs already found)

example 6

The hashes found, you can replace them in the GSC directory using the replace tool

example 7

You can get all the hashes/scripts of a dataset using the extractor tool

example 8

Using the lookup tool, you can search for a particular id in a strings file

example 9

A version is of lookup tool is available for large search (can be long for large queries)

example 10


[8]ページ先頭

©2009-2025 Movatter.jp