C++ python bytecode disassembler and decompiler
  • C++ 84.5%
  • Python 14.9%
  • CMake 0.5%
Find a file
2009-07-27 03:23:56 +00:00
bin Code so far 2009-07-24 08:35:21 +00:00
out Code so far 2009-07-24 08:35:21 +00:00
ASTNode.cpp Decoding simple files with functions and assignments is now possible 2009-07-27 00:23:49 +00:00
ASTNode.h Decompyles classes and imports 2009-07-27 03:00:55 +00:00
ASTree.cpp More common functionality 2009-07-27 03:23:56 +00:00
ASTree.h Decoding simple files with functions and assignments is now possible 2009-07-27 00:23:49 +00:00
bytecode.cpp Decompyles classes and imports 2009-07-27 03:00:55 +00:00
bytecode.h A little bit of code support now 2009-07-26 10:07:13 +00:00
code.cpp Code so far 2009-07-24 08:35:21 +00:00
code.h A little bit of code support now 2009-07-26 10:07:13 +00:00
data.cpp Added the rest of the marshalable types, and more info to the disassembly output (including a bytecode position counter to help with jump calculations) 2009-07-25 02:41:15 +00:00
data.h Added the rest of the marshalable types, and more info to the disassembly output (including a bytecode position counter to help with jump calculations) 2009-07-25 02:41:15 +00:00
FastStack.h A little bit of code support now 2009-07-26 10:07:13 +00:00
LICENSE Added GPL v3 license file 2009-07-25 00:43:46 +00:00
Makefile A little bit of code support now 2009-07-26 10:07:13 +00:00
module.cpp Decoding simple files with functions and assignments is now possible 2009-07-27 00:23:49 +00:00
module.h Code so far 2009-07-24 08:35:21 +00:00
numeric.cpp Added the rest of the marshalable types, and more info to the disassembly output (including a bytecode position counter to help with jump calculations) 2009-07-25 02:41:15 +00:00
numeric.h Decoding simple files with functions and assignments is now possible 2009-07-27 00:23:49 +00:00
object.cpp Added the rest of the marshalable types, and more info to the disassembly output (including a bytecode position counter to help with jump calculations) 2009-07-25 02:41:15 +00:00
object.h Added the rest of the marshalable types, and more info to the disassembly output (including a bytecode position counter to help with jump calculations) 2009-07-25 02:41:15 +00:00
pycdas.cpp Decoding simple files with functions and assignments is now possible 2009-07-27 00:23:49 +00:00
pycdc.cpp Decoding simple files with functions and assignments is now possible 2009-07-27 00:23:49 +00:00
PythonBytecode.txt Code so far 2009-07-24 08:35:21 +00:00
sequence.cpp Decompyles classes and imports 2009-07-27 03:00:55 +00:00
sequence.h Decompyles classes and imports 2009-07-27 03:00:55 +00:00
string.cpp Decoding simple files with functions and assignments is now possible 2009-07-27 00:23:49 +00:00
string.h Decoding simple files with functions and assignments is now possible 2009-07-27 00:23:49 +00:00