| Forum |
|
|||||||
| Software Q&A Having trouble with software? Find solutions here |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Right Off the Assembly Line
Join Date: Oct 2006
Posts: 11
|
guess it is unicode + ctrl characters, if i m rite, can any gimme pointers on tat..thanks |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,657
|
Ah, obfuscated code.
What does it do? Why are you trying to deobfuscate it? Stealing it? You could try JS debuggers or 'pretty printers' but ... there is no perfect way to deobfuscate code, you have to try your hand manually at it reading and implementing what you think should be there. A better way would be to build the same function in a neat manner and compare, and keep fixing until you have the completed code yourself. Edit: http://dshield.org/diary.html?storyid=2358 (Supportive link)
__________________
Harsh J www.harshj.com Last edited by QwertyManiac; 27-01-2008 at 02:41 AM. |
|
|
|
|
#4 (permalink) |
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,657
|
You can get back at most the library functions used but never the actual variable names or function names used. Its largely unlikely. Why do you wish to do this? You should respect the code author's desire, he doesn't want you to read, and thats why he's chosen to obfuscate it. Many sites do this to their webpage generating scripts. Helps avoid attacks and keeps the technology safe.
__________________
Harsh J www.harshj.com |
|
|
|
|
#5 (permalink) |
|
Right Off the Assembly Line
Join Date: Oct 2006
Posts: 11
|
it was out of curiosity and anxiety !! btw, knowledge is power
jus for knowledge sake... btw, so can i ask in here,wat r ur intrests in computing ? thanks |
|
|
|
|
#6 (permalink) |
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,657
|
You can still attempt to prettify it, actually thats more than enough, you can (atleast) halfway understand how it works. See that link I'd given above.
__________________
Harsh J www.harshj.com |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is it just a crap or what ? | saurabh kakkar | Chit-Chat | 8 | 15-09-2007 05:14 PM |
| encrypting and decrypting-reg. | kumarn_2004 | QnA (read only) | 2 | 02-09-2007 08:00 PM |
| decrypting the php code? | Saharika | QnA (read only) | 1 | 12-05-2007 05:45 PM |
| Help. Decrypting files.. | kumars | Software Q&A | 4 | 22-05-2006 09:49 AM |
| AMD is NOT crap. Right? | Astrix | CPU / Motherboards | 11 | 20-11-2004 02:13 AM |