blob: a957a1e158cfa09a457cadea65521ee960e039ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
.TH KSHOOK-WINE 1 "September 2025" "kshook-wine 1.0" "User Commands"
.SH NAME
kshook-wine \- SOUND VOLTEX EXCEED GEAR KONASTE HOOK Wine injector
.SH SYNOPSIS
.B kshook-wine
.RI [ options ]
.br
.B kshook-wine init
.SH DESCRIPTION
.B kshook-wine
is a helper script to inject the
.BR kshook.dll
library into the SOUND VOLTEX EXCEED GEAR (Konaste) process running under Wine,
allowing score submission to a Tachi instance.
It supports both an interactive configuration mode and direct command-line
arguments.
.SH COMMANDS
.TP
.B init
Run interactive initialization to set up paths to Wine prefix, Injector.exe,
kshook.dll, and the configuration file. Creates a configuration file in
~/.config/kshook-wine/config.
.SH OPTIONS
.TP
.BR \-\-prefix " " PATH
Path to the Wine prefix directory (Linux path containing drive_c).
.TP
.BR \-\-injector " " PATH
Windows path to Injector.exe used for DLL injection.
.TP
.BR \-\-dll " " PATH
Windows path to the DLL to inject (typically kshook.dll).
.TP
.BR \-\-process\-name " " NAME
Target process name (default: sv6c.exe).
.TP
.BR \-h ", " \-\-help
Show help and usage.
.SH EXAMPLES
Initialize configuration interactively:
.PP
.EX
kshook-wine init
.EE
Inject using saved configuration:
.PP
.EX
kshook-wine
.EE
Inject with explicit paths (bypassing config):
.PP
.EX
kshook-wine --prefix ~/.local/share/konaste \\
--injector "C:\\\\Games\\\\SOUND VOLTEX EXCEED GEAR\\\\Injector.exe" \\
--dll "C:\\\\Games\\\\SOUND VOLTEX EXCEED GEAR\\\\kshook.dll"
.EE
.SH FILES
.TP
.I ~/.config/kshook-wine/config
User configuration file storing paths to Wine prefix, Injector, DLL, and
process name.
.SH SEE ALSO
.BR wine (1),
.BR konaste-linux (7)
.br
Injector.exe project: https://github.com/nefarius/Injector
.br
Konaste Linux helper: https://github.com/mizztgc/konaste-linux
.SH AUTHOR
Written by pinapelz for use with SOUND VOLTEX EXCEED GEAR on Wine/Linux. See respective repositories for tools used
|