Add support to read int password from exe file

This commit is contained in:
2025-08-15 15:29:21 +08:00
parent 8f24b5aa02
commit bd9ba85687
9 changed files with 141 additions and 3 deletions

View File

@@ -11,6 +11,8 @@ use overf::wrapping;
use std::io::{Read, Seek, SeekFrom};
use std::sync::{Arc, Mutex};
pub use super::int_password::get_password_from_exe;
#[derive(Debug)]
/// Builder for CatSystem2 Archive scripts.
pub struct CSIntArcBuilder {}