fix: extract deobf data with global strings variable

This commit is contained in:
ThetaDev 2025-03-24 01:12:01 +01:00
parent 63daca54da
commit bcbf5e87bb
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(