Results 1 to 2 of 2

Thread: Patching files

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Posts
    2

    Patching files

    hey im trying to patch files like .exe's and .dll's, so far i have:

    Open "File.exe" for Binary as #1
    Put #1, "&H00006291","01023"
    Close #1

    that was just a example, but how would i replace the offset "00006291" with "90909090" ?
    i cant figure it out, can someone help?

  2. #2
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904

    Re: Patching files

    I'm not sure I get the question.

    If Put #1, "&H00006291","01023" works, then why would you not expect If Put #1, "&H90909090","01023" to work ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width