7ap / internal-studio-patcher

🩹 Patches Roblox Studio to grant internal permission.
MIT License
31 stars 3 forks source link

"Could not find signature." when trying to patch roblox studio Version 0.626.1.6260363 (Aka latest) #4

Closed hmm-what25 closed 5 months ago

hmm-what25 commented 5 months ago

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 backtrace

If you're wondering i reinstalled studio and still got the error.

hmm-what25 commented 5 months ago

The patcher only works with Version 0.625.0.6250509 and earlier.

diamond3500 commented 5 months ago

yeah the signature seems to have changed i tried looking for it manually

Hylician commented 5 months ago

const SIGNATURE: &[u8] = &[ 0x41, 0x38, 0x9e, 0x78, 0x01, 0x00, 0x00, 0x74, 0x05, 0xe8, ];

[rustfmt::skip]

const PATCH: &[u8] = &[ 0x41, 0x38, 0x9e, 0x78, 0x01, 0x00, 0x00, 0x90, 0x90, 0xe8 ];

7ap commented 5 months ago

Thanks, @Hylician - would you mind submitting a pull request?

7ap commented 5 months ago

Fixed with #5.