fix: extract deobf data with global strings variable
This commit is contained in:
parent
e8acbfbbcf
commit
4ce6746be5
3 changed files with 206 additions and 151 deletions
|
|
@ -625,7 +625,7 @@ impl<'a> StreamsMapper<'a> {
|
|||
fn deobf(&self) -> Result<&Deobfuscator, DeobfError> {
|
||||
self.deobf
|
||||
.as_ref()
|
||||
.ok_or(DeobfError::Other("no deobfuscator"))
|
||||
.ok_or(DeobfError::Other("no deobfuscator".into()))
|
||||
}
|
||||
|
||||
fn cipher_to_url_params(
|
||||
|
|
|
|||
Reference in a new issue