From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 19 03:54:16 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81FB516A418 for ; Tue, 19 Feb 2008 03:54:16 +0000 (UTC) (envelope-from jrytoung@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by mx1.freebsd.org (Postfix) with ESMTP id 3C8F213C468 for ; Tue, 19 Feb 2008 03:54:16 +0000 (UTC) (envelope-from jrytoung@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1646666wxd.7 for ; Mon, 18 Feb 2008 19:54:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=GqkbWYet8zogjIJ5p/o+FkYkJEd9MIzOT9aR9iDoa24=; b=QlvQJDoupeIAEImp8C4VmfYBoY6VGDIY+1mmq5ZbdZP3iYSukR6vU5cE8dtr1nTTJ4p/rbdHz4IjYY6k+XCwLtnFrYnY+PKCvZJkSM3YiRx0sTqX4yJbPKGSnwwufumrkTvvBb6tZDwfRLW0bXRfysxfo6ygAU49+sq7sC4UsRE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=TMoVzH3RNlky9kPOWsakh3RVxASYYoHOWp+VEGiiE+cT+MonEkt4JEEm3AV6PvEYlb/N7pa92gdZxAu0JmizetwymG2QEA7WPFzNnLakhIC/owIRATa+6GXctOY+8VZzsefIQhMMgLxRCrxQ+SBqU7JOrcPFm4xqlu9JNXUTNG8= Received: by 10.142.133.15 with SMTP id g15mr3765268wfd.9.1203393254583; Mon, 18 Feb 2008 19:54:14 -0800 (PST) Received: by 10.142.51.19 with HTTP; Mon, 18 Feb 2008 19:54:14 -0800 (PST) Message-ID: <86068e730802181954t52e4e05ay65e04c5f6de9b78a@mail.gmail.com> Date: Mon, 18 Feb 2008 19:54:14 -0800 From: "Jerry Toung" To: "Dimitry Andric" In-Reply-To: <47BA3334.4040707@andric.com> MIME-Version: 1.0 References: <86068e730802181718s1ad50d3axeae0dde119ddcf92@mail.gmail.com> <47BA3334.4040707@andric.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org Subject: Re: encrypted executables X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 03:54:16 -0000 On Feb 18, 2008 5:39 PM, Dimitry Andric wrote: > On 2008-02-19 02:18, Jerry Toung wrote: > > anybody knows of a tool to encrypt executables under FreeBSD? may be > from > > the ports? > > I am not talking about simple file encryption. > > Can you elaborate on what you *are* talking about then? Some > security-by-obscurity scheme, perhaps? :) I need to encrypt elf binaries. I'd like to make it harder for the bad guy to reverse engineer my app.