DeAMX, trc_'s .amx -> .pwn decompiler v0.3

 

 : 
	-     
	- ,     ,     (   
	      ),  ,        . 
	-           , 
 	    ,      DeAMX    .

  : 
	-   ,    ,    , 
	-      .

  
      ,      .    
 -        , 
      .



DeAMX    Lua,        Lua!      
Lua        : http: // luabinaries.luaforge.net/download.html 
    :
 
	-  .lua   .bat    ,   .bat   
	    ,  ,    lua5.1.exe .    .

	        deamx  : 
	  	deamx path\to\amxfile.amx
 
	-   .lua       Lua,  
	      Lua,  : 
	  	lua5.1 deamx.lua path\to\amxfile.amx
 
  , .amx     .pwn        
     .amx .

Changelog

	2008/02/08: v0.3
		- Feature: Recognized types of function arguments are now propagated
		- Feature: Return types of functions are now recognized
		- Some minor fixes

	2008/02/03: v0.2.1
		- Fix: dimensions of global arrays with dimensions of the form [1][X]
		  were not recognized correctly

	2008/02/01: v0.2
		- Fix: signed number -64 was loaded as +64 during decompression
		- Feature: ternary operators (condition ? truepart : falsepart) are now recognized
		- Feature: pre-/post increment/decrement are now recognized
		- Several other minor fixes
	
	2008/01/30: v0.1
		initial public release