Results 1 to 13 of 13

Thread: [RESOLVED] How to change resource file data of an executable?

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2010
    Location
    Italy
    Posts
    732

    Resolved [RESOLVED] How to change resource file data of an executable?

    Problem:
    I have an executable VB6 file.
    I want to change the bytes of an encapsulated file as a resource that is loaded with LoadResData (101, "CUSTOM")
    What I want to know is:
    1) Where are these data inside the exe (at what offset)
    2) How long is the "packet" of data and where does it end?

    3) Optional: Which program to use to edit the binary exe file?

    Thanks

    Edit PS
    Why do I want to do this?
    For example because I have distributed in exe that I want to modify but I don't have an "exact" copy of the source code that I used to create it.

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