deobfuscation

Help Deobfuscate This JS attack.

Hi All, I have a piece of nasty javascript that I would like to de-obfuscate. I know that I can spin up a VM and behold the malware in all of its glory, but I am more interested in not having it run, but viewing it in a non-obfuscated form. If it needs to run in order to do this, then so be it, I guess. Anyone know how to do this wit...

any JavaScript obfuscators that dont use eval in resulted obfuscatored code ?

i am looking for a Javascrit obfuscator tool that dont use eval in resulted obfuscatored code. All tools i saw use eval in resulted code. ...

Disassembling Android app

It turns out that Google recommends obfuscating your Android app. In order to understand the problem, I would like to disassemble my own app and see what information I can extract from the code. How do I do this? ...

Compiled .NET application - get property value at runtime

I have a piece of software, which is obfuscated. I need to get value of a specific property it assigns to a control. EXE deobfuscation isn't an option. Is there any tool I can use to get the value at runtime? Can it be done in debugger, if yes, then how? ...

AJAX returning a javascript to be parsed results in loss of page contents

So I've been working recently on a script to obfuscate client-side code for protecting intellectual property without interfering with the appearance of interactivity of the resulting page. The process is as follows: HTTP request comes in, .htaccess redirects (.*) to parse_request.php parse_request.php creates a "phpURLParser" class who...