A forum for reverse engineering, OS internals and malware analysis 

Forum for announcements and questions about tools and software.
 #9829  by rkhunter
 Tue Nov 22, 2011 3:06 pm
Guys, could anybody recommend tool for JS debug?
For example, I have obfuscated code, that involves BlackHole and I want to understand what it doing.
Obfuscated code with http-header in attach (was extracted with very useful tool - Fiddler).

Thnx.
Attachments
obfuscated page
(16.94 KiB) Downloaded 36 times
 #11221  by loreliaxy
 Mon Jan 23, 2012 9:26 am
How do I run a debug program? I have Windows 2000 and lately, I keep getting the little debug box popping up asking if I want to debug. Of course, if I say yes, I get the bigger debug box and honestly, have absolutely NO CLUE as to how to proceed. Can anyone help or maybe provide me a link that I can basically walk myself thru on? Thanks!
 #11224  by swirl
 Mon Jan 23, 2012 11:36 am
debugging or just unpack it ? for blackhole I'd just change the last eval() into a document.write() (like you'd do in malzilla) and enjoy the unpacked script.
You might want to pass it through a code beautifier (http://jsbeautifier.org/) to read it smoothly.

EDIT: I just saw this thread is 2 months old XD
Attachments
(14.75 KiB) Downloaded 38 times