fix: extract deobf data with global strings variable

This commit is contained in:
ThetaDev 2025-03-24 01:12:01 +01:00
parent e8acbfbbcf
commit 4ce6746be5
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
3 changed files with 206 additions and 151 deletions

View file

@ -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(