[Pyrex] Decompile pyrex standalone program

Kenny MacDermid kenny at cs.dal.ca
Wed Aug 5 01:49:03 CEST 2009


On 4-Aug-09, at 6:32 PM, Fernando Magro wrote:

> Hi,
>
> I have a pyrex standalone binary (ELF binary) that I would like to
> decompile and recover the pyx source code.
>
> Is it possible in any way?

Unlikely. Pyrex generates C that'll then be compiled in the binary.

You'd have to use a standard disassembler (e.g. IDA Pro), and slowly  
reverse engineer what it was doing.

Kenny



More information about the Pyrex mailing list