Open
Description
TypeError when deobfuscating with Restringer
Description
Encountering a TypeError: Cannot set properties of null (setting 'parentNode')
when attempting to use Restringer for deobfuscation.
Source File
Steps to Reproduce
- Loaded the obfuscated source file into Restringer
- Attempted to run the deobfuscation process
- Error occurs during the DOM manipulation phase
Error Message
TypeError: Cannot set properties of null (setting 'parentNode')
Additional Notes
The error suggests Restringer is trying to set a parentNode
property on a null object, likely during AST manipulation.
Metadata
Metadata
Assignees
Labels
No labels