mirror of
https://github.com/iv-org/inv_sig_helper.git
synced 2025-01-15 16:12:21 +01:00
parent
4b8e6bd558
commit
b8c4286637
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pub static REGEX_SIGNATURE_FUNCTION: Lazy<Regex> = Lazy::new(|| {
|
|||
r#")"#
|
||||
)).unwrap()
|
||||
});
|
||||
pub static REGEX_HELPER_OBJ_NAME: &Lazy<Regex> = regex!(r"([A-Za-z0-9_\$]{1,})=function\(");
|
||||
pub static REGEX_HELPER_OBJ_NAME: &Lazy<Regex> = regex!(";([A-Za-z0-9_\\$]{2,})\\...\\(");
|
||||
|
||||
pub static NSIG_FUNCTION_NAME: &str = "decrypt_nsig";
|
||||
pub static SIG_FUNCTION_NAME: &str = "decrypt_sig";
|
||||
|
|
Loading…
Reference in a new issue