View Single Post
MrPickles
Senior Member
Join Date: Aug 2022
Location: Colombia
Old 08-08-2022 , 17:29   Re: lysis decompiler
Reply With Quote #6

Quote:
Originally Posted by xerecrazy View Post
the question is about the compiler, this shouldn't happen, if you are going to risk the 'GPL' you don't do anything, there must be something to improve the compiler so that it doesn't happen

something else, #emit sysreq.c doesn't work


the idea of the compiler is to obfuscate the code, if not, it would not make sense any compiler plugins, I could use it 'pure' since it is GPL
what the compiler does is convert your code, to binary code, and what lysis does is convert the binary code to something that a normal person can read, if you want your plugin to not be able to decompile, you should change the language of the .amxx, otherwise lysis won't be able to convert from code to code, it's that or, don't share your plugins

edit: however if you try to lock your .amxx so that the plugin can't be opened by lysis, it won't be able to be opened by the game either

Last edited by MrPickles; 08-08-2022 at 17:30.
MrPickles is offline