mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 12:58:45 +08:00
Add AlteredPinkCrypt (untested)
This commit is contained in:
@@ -12,3 +12,6 @@ pub fn get_crypt_data() -> String {
|
||||
decoder.read_to_string(&mut out).unwrap();
|
||||
out
|
||||
}
|
||||
|
||||
/// AlteredPink KeyTable
|
||||
pub const ALTERED_PINK_KEY_TABLE: &[u8] = include_bytes!("bin/altered_pink.bin");
|
||||
|
||||
Reference in New Issue
Block a user