Skip to content

Commit

Permalink
fix: update signature
Browse files Browse the repository at this point in the history
Thanks, @Hylician!
  • Loading branch information
7ap authored May 31, 2024
2 parents 6038723 + e8c5ab9 commit 753bbcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "internal-studio-patcher"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ use winreg::{enums::HKEY_CLASSES_ROOT, RegKey};

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

#[rustfmt::skip]
const PATCH: &[u8] = &[
0x80, 0xbf, 0x78, 0x01, 0x00, 0x00, 0x00, 0x90, 0x90, 0xe8
0x41, 0x38, 0x9e, 0x78, 0x01, 0x00, 0x00, 0x90, 0x90, 0xe8
];

#[derive(Parser)]
Expand Down

0 comments on commit 753bbcf

Please sign in to comment.