| View previous topic :: View next topic |
| Author |
Message |
jan Guest
|
Posted: Thu Nov 20, 2008 9:07 am Post subject: SKILL context file decompilation |
|
|
Hello,
Is there a way to see the SKILL code of a function compiled into a *.cxt
file? Pretty Print (pp) doesn''t work - I get the following message: xxxxx
is a binary function and cannot be pretty printed
regards
jan |
|
| |
|
Back to top |
Pete nospam Zakel Guest
|
Posted: Thu Nov 20, 2008 11:48 pm Post subject: Re: SKILL context file decompilation |
|
|
In article <gg3870$akb$1@news.agh.edu.pl> jan <yashunospam@student.agh.edu.pl> writes:
| Quote: | Hello,
Is there a way to see the SKILL code of a function compiled into a *.cxt
file? Pretty Print (pp) doesn''t work - I get the following message: xxxxx
is a binary function and cannot be pretty printed
|
A "binary function" is not in a context, it is a C/C++ function that is
callable from SKILL. So there is no SKILL code for you to look at.
-Pete Zakel
(phz@seeheader.nospam)
"Astronomers are telling us that the Earth is an upthrust target in a cosmic
game of Wack-A-Mole..."
-Dave Barry |
|
| |
|
Back to top |
JD Guest
|
Posted: Wed Dec 03, 2008 9:17 pm Post subject: Re: SKILL context file decompilation |
|
|
The .cxt file is compiled from skill code. They did it by purpose, so
you can not read the skill code. As far as I know, their is no way to
get the skill code from .cxd file. You can pp a .ile file.
JD
On Nov 20, 3:09 am, jan <yashunos...@student.agh.edu.pl> wrote:
| Quote: | Hello,
Is there a way to see the SKILL code of a function compiled into a *.cxt
file? Pretty Print (pp) doesn''t work - I get the following message: xxxxx
is a binary function and cannot be pretty printed
regards
jan |
|
|
| |
|
Back to top |
|