Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
cli
command
Command cli is the user-facing entry point of the STALZONE JVM optimization wrapper.
|
Command cli is the user-facing entry point of the STALZONE JVM optimization wrapper. |
|
service
command
Command service is the IFEO Debugger binary.
|
Command service is the IFEO Debugger binary. |
|
internal
|
|
|
buildinfo
Package buildinfo exposes version metadata injected by release builds.
|
Package buildinfo exposes version metadata injected by release builds. |
|
config
Package config models JVM tuning profiles and stores them as JSON files under configs/.
|
Package config models JVM tuning profiles and stores them as JSON files under configs/. |
|
elevate
Package elevate re-launches the current executable under a UAC prompt so install actions can run with administrator rights.
|
Package elevate re-launches the current executable under a UAC prompt so install actions can run with administrator rights. |
|
i18n
Package i18n stores the UI language preference and loads TUI translations.
|
Package i18n stores the UI language preference and loads TUI translations. |
|
installer
Package installer wires the wrapper into the game executables via the Image File Execution Options "Debugger" key, so Windows launches the wrapper whenever the game is started.
|
Package installer wires the wrapper into the game executables via the Image File Execution Options "Debugger" key, so Windows launches the wrapper whenever the game is started. |
|
jvm
Package jvm turns a config.Config into the JVM command-line flags STALZONE expects, and filters out any conflicting flags the game launcher already supplied.
|
Package jvm turns a config.Config into the JVM command-line flags STALZONE expects, and filters out any conflicting flags the game launcher already supplied. |
|
logging
Package logging configures a structured file logger for the wrapper.
|
Package logging configures a structured file logger for the wrapper. |
|
phantom
Package phantom creates an invisible top-level window that keeps the wrapper process alive in the explorer window list during launch.
|
Package phantom creates an invisible top-level window that keeps the wrapper process alive in the explorer window list during launch. |
|
process
Package process launches the game executable via NtCreateUserProcess so we can set PS_ATTRIBUTE_IFEO_SKIP_DEBUGGER, escape our own IFEO hook, and wait until the first visible window appears (or until the process exits).
|
Package process launches the game executable via NtCreateUserProcess so we can set PS_ATTRIBUTE_IFEO_SKIP_DEBUGGER, escape our own IFEO hook, and wait until the first visible window appears (or until the process exits). |
|
profile
Package profile contains frozen config generators for released tuning profiles.
|
Package profile contains frozen config generators for released tuning profiles. |
|
sysinfo
Package sysinfo detects the physical memory and core topology used to size JVM heap, GC threads and large-page flags.
|
Package sysinfo detects the physical memory and core topology used to size JVM heap, GC threads and large-page flags. |
|
tunnel
Package tunnel discovers STALZONE Roxy endpoints, measures their latency, and stores the user's optional tunnel override.
|
Package tunnel discovers STALZONE Roxy endpoints, measures their latency, and stores the user's optional tunnel override. |
|
ui
Package ui renders the interactive menu shown when the wrapper is launched without CLI arguments.
|
Package ui renders the interactive menu shown when the wrapper is launched without CLI arguments. |
|
winapi
Package winapi holds shared lazy-loaded Windows DLLs used by sibling packages.
|
Package winapi holds shared lazy-loaded Windows DLLs used by sibling packages. |
Click to show internal directories.
Click to hide internal directories.
