Click here to Skip to main content
15,887,302 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi, I recently got infected by CryptoWall 4.0.. and I am just wondering which Language CryptoWall decryption website is coded in? It's functionality really interests me, and I want to decompile the site to see how it works.

What I have tried:

Nothing to try.
Posted
Updated 24-Sep-17 3:29am
v2

1 solution

You can't, almost certainly.
The bulk of the functionality is likely to be at the server, and you have no access to that code at all - the only code you have access to is the client HTML and Javascript which is sent to your computer as the web page.
You can inspect that if you like: right click the page, and pick "Inspect" on chrome, or "View Source" on IE / Edge.

But that is all you are likely to get.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900