MCPcopy Create free account
hub / github.com/Sinflower/UberWolf

github.com/Sinflower/UberWolf @v0.6.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.6.3 ↗ · + Follow
2,229 symbols 5,096 edges 88 files 740 documented · 33% updated 12d agov0.6.3 · 2026-05-18★ 1701 open issues

Browse by type

Functions 1,817 Types & classes 412
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

UberWolf GUI

Fully functional, GUI-based Wolf RPG decrypter with support for Wolf RPG Pro.

Features

  • GUI application
  • Simple usage, based on drag and drop
  • Support for all possible file extensions
  • Automatic decryption key detection
  • Detection of the Pro Editor Protection Key if present

Supported File Extensions

  • .wolf
  • .data
  • .pak
  • .bin
  • .assets
  • .content
  • .res
  • .resource

Usage - Full Game Processing

  • Drag and drop Game.exe or GamePro.exe onto the dedicated area or select it using the Select Game button.
  • Press Process to unpack all archive files and, if present, detect the Protection Key.

Usage - Extract One or More Archives

Drag and drop the archives onto the designated area and wait until the files are extracted.


UberWolfCli

Simple command line interface to decrypt Wolf RPG games.

Usage

The usage of UberWolfCli is very similar to the GUI application: - Drag and drop Game.exe or GamePro.exe onto the executable to automatically detect the data folder and decrypt all files. - Drag and drop a folder folder onto the executable to extract all supported wolf files within it. - Drag and drop one or more supported files (e.g., .wolf) onto the executable to extract them all. - Call it from the command line like this:

# Full auto-detect
UberWolfCli.exe "D:\Path to Game\Game.exe"
# Using a folder, e.g., Data
UberWolfCli.exe "D:\Path to Game\Data"
# Unpacking a single file
UberWolfCli.exe "D:\Path to Game\Data\BasicData.wolf"

Localization

Please look at the Localization Guide for information on translating the application into your language.

Credits

  • Japanese (MTL) - Brothers3398
  • Korean (MTL) - Brothers3398
  • Chinese - Raylern
  • Traditional Chinese - love80312

Core symbols most depended-on inside this repo

Shape

Method 1,145
Function 672
Class 383
Enum 29

Languages

C++96%
C4%

Modules by API surface

3rdParty/CLI11/CLI11.hpp589 symbols
3rdParty/nlohmann/json.hpp577 symbols
3rdParty/DXLib/CharCode.cpp111 symbols
3rdParty/lz4/lz4.c90 symbols
3rdParty/DXLib/DXArchive.cpp58 symbols
UberWolfLib/WolfRPG/FileAccess.hpp54 symbols
3rdParty/DXLib/DXArchiveVer6.cpp52 symbols
UberWolfLib/WolfRPG/Command.hpp48 symbols
3rdParty/DXLib/DXArchiveVer5.cpp48 symbols
UberWolfLib/WolfRPG/FileCoder.hpp46 symbols
UberWolfLib/WolfRPG/Database.hpp38 symbols
3rdParty/DXLib/FileLib.cpp31 symbols

For agents

$ claude mcp add UberWolf \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page