AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Is AMXX decompilation possible? (https://forums.alliedmods.net/showthread.php?t=335488)

GlobalPlague 12-09-2021 05:56

Is AMXX decompilation possible?
 
Is it possible to decompile .amxx files in a way to get the whole, fully functioning, source code, instead of only parts of the source code?

I use Lysis Decompiler when I want to see how the source code looks like. However, I get only parts of the code and not the whole code.

My question is, is it possible to decompile .amxx file and get the whole, fully working, source code, or not? Some people say yes, other people say no. But, no one actually gives me any explanations about the claims they make. No one explains to me how to decompile amxx files, if it's possible to decompile them, no one explains why it is not possible to decompile them if it's actually impossible to decompile them.

Thanks.

HamletEagle 12-09-2021 06:56

Re: Is AMXX decompilation possible?
 
No, it is not possible in any automated way. Plain and simple.
You have to do it manually and need great knowledge of the assembly generated by the pawn compiler.

GlobalPlague 12-09-2021 07:36

Re: Is AMXX decompilation possible?
 
Quote:

Originally Posted by HamletEagle (Post 2765397)
No, it is not possible in any automated way. Plain and simple.
You have to do it manually and need great knowledge of the assembly generated by the pawn compiler.

Alright.

Thanks for answering my question.


All times are GMT -4. The time now is 11:37.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.