Tools:
Execution possibilities for a dynamic analysis, if deobfuscation is not soooo good:
- Spidermonkey
- SlimerJS
- PhantomJS
Tipp: Overwrite sensible methods, if the language allows it. For example, in JavaScript:
eval = print
Now, each eval statement is not executed, but just printed :-).
Leave a Reply
You must be logged in to post a comment.