AntiDeAMX?
#1

I was doing some reading online about PAWN and came across something about DeAMX. Then there was some code here that is believed to make DeAMX useless. Would this work?

pawn Код:
AntiDeAMX()
{
        new a[][] =
        {
                "Unarmed (Fist)",
                "Brass K"
        };
 
        #pragma unused a
 
}
or

pawn Код:
AntiDeAMX()
{
        new b;
        #emit load.pri b
        #emit stor.pri b
}
It just seems weird, can someone explain?
Reply
#2

yes, it messes up the algorithm used to decompile (as far as I know).
Just download the program and test it if you are really that concerned.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)