Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Pascal Borland > Re: RTE200- Bin...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 9 of 9 Topic 164 of 1101
Post > Topic >>

Re: RTE200- Binary Patch

by "kevpp27" <kevpp27@[EMAIL PROTECTED] > Mar 18, 2004 at 07:35 PM

Jeremy,

I had to patch my own EXE which had been compiled including TPCRT and now
generates a runtime error. Unfortunately I could no longer find the source
and had to patch the EXE in a binary fashion. You will need to find a
binary editor which allows you to edit and save a binary file without
changing the length. If you do not have only, download an evaluation copy
of A.X.E (http://www.kahei.com).

Open the EXE and search for the following string of bytes:

B8370091f7d0d7d1

Replace this with:

B800f8ba0100d7d1

Save the file. What this does is instead of executing the divide loop, we
just choose close to the largest possible delay value ($f800). Note that
on a fast machine, this may cause delays that your application executes to
be on the order of 1/10 of how long they should be. The nice thing is that
if you application doesn't rely on specific delays, you should be all set.

Regards,

Kevin




 9 Posts in Topic:
RTE200- plenty of advice for crt, none for tpcrt
jeremy <jeremy@[EMAIL   2003-08-16 10:36:30 
Re: RTE200- plenty of advice for crt, none for tpcrt
Wolfgang.Ehrhardt.PLEASE.  2003-08-16 19:19:28 
Re: RTE200- plenty of advice for crt, none for tpcrt
prino@[EMAIL PROTECTED]   2003-08-16 14:21:50 
Re: RTE200- plenty of advice for crt, none for tpcrt
Jeremy Fried <jeremy@[  2003-08-17 20:02:21 
Re: RTE200- plenty of advice for crt, none for tpcrt
Dr John Stockton <spam  2003-08-16 16:36:35 
Re: RTE200- plenty of advice for crt, none for tpcrt
W.Riedel@[EMAIL PROTECTED  2003-08-17 15:50:30 
Re: RTE200- plenty of advice for crt, none for tpcrt
Dr John Stockton <spam  2003-08-17 18:31:12 
Re: RTE200- plenty of advice for crt, none for tpcrt
W.Riedel <Riedel@[EMAI  2003-08-20 11:15:30 
Re: RTE200- Binary Patch
"kevpp27" <k  2004-03-18 19:35:34 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri May 9 18:23:29 CDT 2008.