diff --git a/Cargo.toml b/Cargo.toml index ef453a7..b8914af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ version = "0.1.0" edition = "2021" license = "MIT" authors = ["tiennm99"] -repository = "https://github.com/tiennm99/time-mocker-rs" +repository = "https://github.com/tiennm99/time-mocker" rust-version = "1.90" [workspace.dependencies] diff --git a/README.md b/README.md index 79792ad..590cc70 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# TimeMocker (Rust) +# TimeMocker -A Windows tool that injects fake time into running processes by hooking Win32 time APIs. Rust port of [time-mocker](https://github.com/tiennm99/time-mocker) (C# / EasyHook). +A Windows tool that injects fake time into running processes by hooking Win32 time APIs. Written in Rust. -> **Status:** Active development. This Rust implementation is intended to become the canonical `time-mocker` once feature-complete; the C# project will be renamed to indicate its dotnet origin. +> **Status:** Active development. This is the canonical implementation. Language-specific ports are available in [C# (EasyHook)](https://github.com/tiennm99/time-mocker-csharp) and [C++ (MS Detours)](https://github.com/tiennm99/time-mocker-cpp). ## Architecture @@ -62,5 +62,5 @@ MIT — see [LICENSE](LICENSE). ## Related -- [time-mocker](https://github.com/tiennm99/time-mocker) — original C# / EasyHook implementation -- [time-mocker-cpp](https://github.com/tiennm99/time-mocker-cpp) — C++ / MS Detours port +- [time-mocker-csharp](https://github.com/tiennm99/time-mocker-csharp) — C# / EasyHook implementation +- [time-mocker-cpp](https://github.com/tiennm99/time-mocker-cpp) — C++ / MS Detours implementation