fix: switch to rquickjs crate for deobfuscator
This commit is contained in:
parent
5daad1b700
commit
75c3746890
3 changed files with 41 additions and 30 deletions
|
|
@ -156,7 +156,7 @@ pub(crate) mod internal {
|
|||
pub enum DeobfError {
|
||||
/// Error during JavaScript execution
|
||||
#[error("js execution error: {0}")]
|
||||
JavaScript(#[from] quick_js::ExecutionError),
|
||||
JavaScript(#[from] rquickjs::Error),
|
||||
/// Error during JavaScript parsing
|
||||
#[error("js parsing: {0}")]
|
||||
JsParser(#[from] ress::error::Error),
|
||||
|
|
|
|||
Reference in a new issue