Closed hmm-what25 closed 5 months ago
The patcher only works with Version 0.625.0.6250509 and earlier.
yeah the signature seems to have changed i tried looking for it manually
const SIGNATURE: &[u8] = &[ 0x41, 0x38, 0x9e, 0x78, 0x01, 0x00, 0x00, 0x74, 0x05, 0xe8, ];
const PATCH: &[u8] = &[ 0x41, 0x38, 0x9e, 0x78, 0x01, 0x00, 0x00, 0x90, 0x90, 0xe8 ];
Thanks, @Hylician - would you mind submitting a pull request?
Fixed with #5.
When i try to patch the latest version of studio i get this error
thread 'main' panicked at src\main.rs:31:10: Could not find signature. note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceIf you're wondering i reinstalled studio and still got the error.