This commit is contained in:
xavo95 2024-11-01 20:40:52 +01:00
parent 636579945e
commit b30c83353e
Signed by: xavo95
GPG key ID: CBF8ADED6DEBB783
4 changed files with 16 additions and 16 deletions

20
Cargo.lock generated
View file

@ -17,16 +17,6 @@ version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
[[package]]
name = "camellya-patch"
version = "0.1.0"
dependencies = [
"ilhook",
"regex",
"widestring",
"windows",
]
[[package]]
name = "iced-x86"
version = "1.21.0"
@ -153,6 +143,16 @@ version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
[[package]]
name = "wicked-waifus-win-patch"
version = "0.1.0"
dependencies = [
"ilhook",
"regex",
"widestring",
"windows",
]
[[package]]
name = "widestring"
version = "1.1.0"

View file

@ -1,10 +1,10 @@
[package]
name = "camellya-patch"
name = "wicked-waifus-win-patch"
version = "0.1.0"
edition = "2021"
[lib]
name = "camellya"
name = "wicked_waifus_win"
crate-type = ["cdylib"]
[features]

View file

@ -1,6 +1,6 @@
# camellya-patch
# wicked-waifus-win-patch
PAK files signature check bypass for Wuthering Waves 1.4 beta
PAK files signature check bypass for the PC version of a certain game.
### How to use
Just inject it at early startup.

View file

@ -5,7 +5,7 @@ GOTO:MAIN
cargo clean
cargo build --release --no-default-features -F %~1
set features=%~1:,=-%
COPY target\release\camellya.dll build\camellya-%~1.dll
COPY target\release\wicked_waifus_win.dll build\wicked-waifus-win-%~1.dll
cargo clean
ENDLOCAL
EXIT /B 0
@ -24,4 +24,4 @@ call:cargoReleaseBuild cn_live_1_3_0
: Build for os_live_1_3_0
call:cargoReleaseBuild os_live_1_3_0
tar -acvf camellya-patch-win64.zip -C build .
tar -acvf wicked-waifus-win-patch-win64.zip -C build .