diff --git a/Cargo.lock b/Cargo.lock index f96088b..fe9f8cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 0ba0345..52c9152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/README.md b/README.md index 2a0917e..4c8ea0f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build.bat b/build.bat index db4c846..f943c00 100644 --- a/build.bat +++ b/build.bat @@ -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 . \ No newline at end of file +tar -acvf wicked-waifus-win-patch-win64.zip -C build . \ No newline at end of file