I've been looking through files since I got Notepad++, and realized that I could edit them with it, so that's what I did, but just got something like this:
uí9öuókuø9öu¸huû9öu¸h+uü9öu#Æ=ué9öuþ9÷u:öuK§uß9öuók-uÿ9öuþ9auÿ9öuK§(uÿ9öuRichþ9öu
. At first, I thought that I was looking at a computer programming language that I didn't yet know.
But then I realized that it was compiled code that was converted to ASCII by Notepad++, so how could I decompile a file to its' original language (say C++ or Assembly)? So that I could change it or just look at the code so that I could study how it works.
Would I have to download something so that I could accomplish what I'm trying to do? Or is there a way to do it with Command Prompt?
Ans thanks for taking the time to look at this!