I’m asking this because I’m in college for computer science and want to know if any colleges teach reverse engineering or hacking. My college teaches it but you have to be a networking major in order to do it.
Are there any colleges that teach reverse engineering ?
Found this one on securitytube www.securitytube.net Most of us install software downloaded both known and unknown sources. Sometimes, we might have a reason to suspect that the software in question may be doing some malicious activity on our PC – such as modifying a registry key, overwriting an important system DLL etc. In this video we will look at how to reverse engineer a software install process by using InstallWatch. InstallWatch is a great piece of software which creates a snapshot of your system both before and after you install the suspicious piece of software. Then it creates the “diff” and tells you what are the new / modified / deleted files, registry entries, folders, INI files etc. This allows you to immediately check if something bad has happened to your system in the course of installing the said software. The software however, does not have an “uninstall” or “revert to original snapshot” option. It is important to note that what we have done here is a kind of “installation forensics”. In later videos we will look at more advanced techniques such as memory dumping and analysis, imaging a live operating system etc.
Related Blogs
Related Blogs on Reverse Engineering a Software Install Process
If you were to try to look up the source code for a program and you convert it to something besides binary can you choose what programing language it will be in or will it be in what it was written as? (Assuming this is possible)
1- To learn to do reverse engineering is it important to know any previously required things such as a programing language or anything else needed in order to learn this? I would assume you can’t just jump right into this.
Related Blogs
Related Blogs on Software reverse engineering questions?
I just cracked some kinda software a while ago and was wondering if there was a way to undo and fix it.
I just cracked some kind of music software a while ago and was wondering if there was a way to undo it and fix it.
Related Blogs
Related Blogs on Is there a way to undo the effects of cracking or reverse engineering? If so, please give feedback.?
Application vulnerabilities, Intellectual Property theft and revenue loss are among the most serious risks facing companies today. According to Business Software Alliance statistics, four out of every ten software programs is pirated in software business, world wide.
Unauthorized access to source code can offer Read more »