Home > How Can I See The Code Of An Application?
Question

How can I see the code of an application?

Answers
03/29/2022
Johanan Poitevin

Yes you can, although if you have your own function library, it will be more difficult.

If you use standards or .dll, it's easier

I forgot. You must master Assembler, as if it were your native language

Yes, you can.

04/11/2022
Graaf Raskin

In the case of some that are interpreted, by reading the file containing the code. For example many pages contain JavaScript snippets (although it can also be a separate file).

In compiled languages such as C++ and even Java you simply cannot, as the code is converted in the case of pure compilers to instructions that are directly executed by the operating system, or to pseudocode that is executed by a virtual machine.

There are so-called decompilers that can give you an idea, but they are not completely reliable

Reply
What framework do I need for Python 3 to create games and applications for Android phones? Where can I find courses or videos in English? :: What can I do if I don't have Android Studio, can I use some other program to create Android applications?
Useful Links