Are you a Knowledgeable VB programmer?
Does anyone know or can point me into the correct direction as to how I can read the proper parts of an executable and load it into memory? The point to this is that I would like to write a packager or delivery module that will have it's payload encrypted and then it will decrypt and laod the executable directly into memory to be executed by the CPU. This project is for some application demo / copy protection module that I want to write for MYSELF that I can use on my other projects. I DONT want to use a 3rd party application. I want to write this myself. I have worked with exe structures a bit but I'm not sure how to load the executable into memory and have it ran.
Thanks for any help towards this matter
Best regrads,
Nick
Re: Are you a Knowledgeable VB programmer?
Hi, this is my first Reply and comments on this site...
Well i'm still working on same project bro, and working around IAT redirection
that slow down the hell any cracker especially with adding timer fonctions for anti-debuggers.
I Really still can't help as i stand all this day looking for some solutions for the same problem u posted.
Many Sources and good idea in C++ but nothing yet with VB5/6.
Please if someone know how dont hésitate to help us !
I'll put this topic on TOP MOST in order to get any news about this subject.
thanks and best regards
Re: Are you a Knowledgeable VB programmer?
Quote:
Originally Posted by Bruxelles
Hi, this is my first Reply and comments on this site...
Well i'm still working on same project bro, and working around IAT redirection
that slow down the hell any cracker especially with adding timer fonctions for anti-debuggers.
I Really still can't help as i stand all this day looking for some solutions for the same problem u posted.
Many Sources and good idea in C++ but nothing yet with VB5/6.
Please if someone know how dont hésitate to help us !
I'll put this topic on TOP MOST in order to get any news about this subject.
thanks and best regards
Hi, Bruxelles Post ur C++ idea & source i better try it with Vb,
Re: Are you a Knowledgeable VB programmer?
i have seen an executable memory injection on psc before. the thing i didnt like was that you had to load the vb dll and a few other things in memory along with the exe itself. i think it was under something like process hijacking.