translating Python to Assembler

ajaksu ajaksu at gmail.com
Fri Jan 25 20:36:06 EST 2008


On Jan 25, 11:10 pm, o... at thepond.com wrote:
> Once a python py file is compiled into a pyc file, I can disassemble
> it into assembler. Assembler is nothing but codes, which are
> combinations of 1's and 0's. You can't read a pyc file in a hex
> editor, but you can read it in a disassembler. It doesn't make a lot
> of sense to me right now, but if I was trying to trace through it with
> a debugger, the debugger would disassemble it into assembler, not
> python.


Please, tell me you're kidding...



More information about the Python-list mailing list