python的反编译器

python的反编译器

depython [http://www.depython.net depython online service] could decompile python bytecodes. Depython  online service supports Python versions from 2.4 up to 2.5.You can freely test its function online.

可以反编译2.4,2.5,可以在线免费测试5k以下文件长度的字节码文件(pyc,pyo).
python (<< 2.5)
An interactive high-level object-oriented language (default version)
python (>= 2.4)


QUOTE:
原帖由 xichen 于 2007-8-27 11:42 发表
python (= 2.4)

没看懂,是什么意思?
上这个网就知道了: http://www.depython.net


好强了, 以后Python 代码都等于开源了
编译稍微大的pyc文件就会报错:
(The file length xxxx bytes exceed our max allowed file size(5K bytes))
看来免费午餐即使有,但也味道不太好哦