realbasic-nug
[Top] [All Lists]

Re: Datafork

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Datafork
From: Kevin Ballard <kevin at sb dot org>
Date: Sat, 29 Jun 2002 14:31:26 -0400
On 6/29/02 9:48 AM, "David Dauer" <ddauer at web dot de> wrote:

> Hello!
> 
> How can I modify in a application in offset 233D65 5G to 87? Can someone
> give me a code-example?

Well, presumably you're opening the app with a binarystream, right? Then you
can set the position to &h233D655G and write out what you need to. The
length you need to write is (&h87 - &h5G).

That is, if I'm understanding your question properly.

-- 
Kevin Ballard
kevin at sb dot org
Email from Korea or China must go to <kevin dot nb at sb dot org>
http://kevin.sb.org/



<Prev in Thread] Current Thread [Next in Thread>
  • Datafork, David Dauer
    • Re: Datafork, Kevin Ballard <=