"Decompile" Windows RR application

Dan Shafer revdan at danshafer.com
Thu Aug 4 13:44:30 EDT 2005


Hmmmm.

I'm glad this worked but does the fact that it is so (relatively)  
easy and straightforward to decompile a compiled application bother  
anyone in terms of marketability issues for Rev?

Or am I just overly paranoid?


On Aug 4, 2005, at 1:29 AM, Ton Kuypers wrote:

> GREAT!!!!!!
> This one worked, saved me a lot of work!
>
> Tnx
>
> Ton
>
> On 3-aug-05, at 23:38, Pat Trendler wrote:
>
>
>> Ton,
>>
>> This was on the list some time ago, can't remember who, I think it  
>> was Monte.
>>
>> I've used this myself a couple of times.
>>
>> on mouseUp
>>  answer file "Standalone"
>>  if it is "cancel" then exit to top
>>  put url ("binfile:"&it) into tStack
>>  repeat forever
>>  -- there's more than one stackfile in there which isinteresting ;-)
>>    put offset("#!/bin/sh",char 10 to -1 of tStack) into tOff
>>    if tOff = 0 then exit repeat
>>    put char tOff+9 to -1 of tStack into tStack
>>  end repeat
>>  ask file "Stack"
>>  if it is "cancel" then exit to top
>>  set the fileType to "RevoRSTK"
>>  put tStack into url ("binfile:"&it)
>>  answer "conversion finished" with "OK"
>> end mouseUp
>>
>> When finished rename the stack with a rev extension.
>>
>> Pat
>> patrend at bigpond.com
>>
>>
>> ----- Original Message ----- From: "Ton Kuypers"  
>> <tkuypers at pandora.be>
>> To: "How to use Revolution" <use-revolution at lists.runrev.com>
>> Sent: Thursday, August 04, 2005 2:29 AM
>> Subject: "Decompile" Windows RR application
>>
>>
>>
>>
>>> Hi gang,
>>>
>>> I've had a disk-crash a couple of months ago and lost almost all   
>>> files on that disk.
>>> Among the lost files is also the RR source of a program I've  
>>> created.  The only thing I have is the windows exe file.
>>>
>>> Is there a way to "decompile" this back to a working RR project  
>>> (or  even just parts of it) or do I just start all over again?
>>>
>>> Ton Kuypers
>>>
>>> _______________________________________________
>>> use-revolution mailing list
>>> use-revolution at lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your  
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>>
>>>
>>> -- 
>>> No virus found in this incoming message.
>>> Checked by AVG Anti-Virus.
>>> Version: 7.0.338 / Virus Database: 267.9.9/62 - Release Date:  
>>> 2/08/2005
>>>
>>>
>>>
>>
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your  
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>
>>
>>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dan Shafer, Revolution Consultant and Author
http://www.shafermedia.com
Get my book, "Revolution: Software at the Speed of Thought"
 From http://www.revolutionpros.com, Click "My Stuff"






More information about the use-livecode mailing list