fix: switch to rquickjs crate for deobfuscator
This commit is contained in:
parent
74fe628f63
commit
cdb56de3bd
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