realbasic-nug
[Top] [All Lists]

Re: RB app decompile security

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: RB app decompile security
From: John Jobe <myrblistbox at comcast dot net>
Date: Wed, 28 Jun 2006 09:15:43 -0500
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <FC959449-C92B-46A6-928F-557CFFCCC1E1 at kellerfarm dot com> <8B198711-8AE0-4C06-B1B2-CF2DFE9B296F at comcast dot net> <7083092B-A222-43EF-8060-86A85187F520 at kellerfarm dot com>
Strings are easily readable by Joe Average. Other code is harder. Embed your test value as a mathematical formula (you can still use letters and numbers) rather than a plain old string and it won't be easily findable/readable by Joe Average.

You might check the archives for obfuscater or obfuscation too. I think there was a discussion about this a while back and someone had even released (or was thinking of releasing) a tool to obfuscate RB strings.


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


From  Wed 28 Jun 2006 16:14:43 +0200
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
        id 3FAFC712032; Wed, 28 Jun 2006 07:15:11 -0700 (PDT)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on www.realsoftware.com X-Spam-Level: X-Spam-Status: No, score=-2.5 required=4.5 tests=AWL,BAYES_00 autolearn=ham version=3.1.1
Received: from lists.realsoftware.com (lists.realsoftware.com [209.198.132.125])
        by xmail.realsoftware.com (Postfix) with ESMTP id 3A154712027;
        Wed, 28 Jun 2006 07:15:10 -0700 (PDT)
Received: from lists.realsoftware.com (localhost [127.0.0.1])
        by lists.realsoftware.com (Postfix) with ESMTP
        id 4F281133DF7D; Wed, 28 Jun 2006 09:14:57 -0500 (CDT)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de
        [80.67.18.13])
        by lists.realsoftware.com (Postfix) with ESMTP id B149F133DF65
        for <realbasic-nug at lists dot realsoftware dot com>;
        Wed, 28 Jun 2006 09:14:49 -0500 (CDT)
Received: (qmail 14411 invoked from network); 28 Jun 2006 14:14:42 -0000
Received: from unknown (HELO [192.168.1.80]) (363246 at [84 dot 175 dot 110 dot 
63])
        (envelope-sender <support at monkeybreadsoftware dot de>)
        by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP
        for <realbasic-nug at lists dot realsoftware dot com>; 28 Jun 2006 
14:14:42 -0000
To: realbasic-nug at lists dot realsoftware dot com (REALbasic NUG)
In-Reply-To: <7083092B-A222-43EF-8060-86A85187F520 at kellerfarm dot com>
From: support at monkeybreadsoftware dot de (Christian Schmitz)
Date: Wed, 28 Jun 2006 16:14:43 +0200
Message-ID: <1hhnh3g dot y92eae884288M%support at monkeybreadsoftware dot de>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Organization: Monkeybread Software Germany
X-Face: nrf3>{WQ6c&r+7 at e)"]0G60`-6ND^)I2mI%>)QGYa=9"=7jhd-g2|b3!>Al0+
        Ccb%xGQshhi|g at QU2$
User-Agent: MacSOUP/D-2.7 (Mac OS X version 10.4.6)
Subject: Re: RB app decompile security
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com

<andrew at kellerfarm dot com> wrote:

Do you have any suggestions?

instead of "ABC" you can write chr(65)+chr(66)+chr(67)

Gru=DF
Christian

--=20
Around eleven thousand functions in one REALbasic plug-in.=20
The Monkeybread Software Realbasic Plugin v6.2.
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>