Saturday, June 1, 2013

Delphi XE3: How to embed and start a code from an exe file?

Delphi XE3: How to embed and start a code from an exe file?

I'm working on a project which to be used for a copy protection.
My idea is to embed an exe file (which sample the program need to be protected) with the protection code, after that and when u run the program it will execute the protection code first and check weather you are an authorized person or not.
So I'm trying to make a console Application with Delphi which then can run separately as an executable application on a computer without Delphi Compiler and target any win32 EXE file I want and protect it by having it injected with a protection code, so then when u run it u will execute the protection code 1st then if u pass the protection it will continue running the program.
My problem is how to embed my code into an EXE file using Delphi XE3?
btw I'm using Windows 7 Exe files.

No comments:

Post a Comment