Page 1 of 3

Bind EXE from PB to any form of files.

Posted: Thu Mar 29, 2007 2:19 pm
by britoniah3480
Hi guys! its great to be w. this awesome language!

i have some questions..

this is what i want to do:

The Exe made in PB will join itself to any type of file, then when the binded file was opened, the EXE too will open. is this possible? thanks alot guys! :wink:

Posted: Thu Mar 29, 2007 2:22 pm
by Derek
Using words like 'infected' is just asking for people to assume that you are writing a slightly dubious program and therefore not give you any help.

Posted: Thu Mar 29, 2007 2:26 pm
by Trond

Code: Select all

is this possible?
No.

Posted: Thu Mar 29, 2007 2:41 pm
by Kaeru Gaman
do you mean like PAINT will open when you doubleclick a BMP?

this is possible.

Posted: Thu Mar 29, 2007 3:38 pm
by britoniah3480
Kaeru Gaman wrote:do you mean like PAINT will open when you doubleclick a BMP?

this is possible.
umm... yeah.. same time open the program.. thanks mate! can you give me some links? :D

Posted: Thu Mar 29, 2007 3:42 pm
by thefool
britoniah3480 wrote:
Kaeru Gaman wrote:do you mean like PAINT will open when you doubleclick a BMP?

this is possible.
umm... yeah.. same time open the program.. thanks mate! can you give me some links? :D
No he will not. If you really want it, do it yourself :)

Posted: Thu Mar 29, 2007 3:44 pm
by britoniah3480
thefool wrote:
britoniah3480 wrote:
Kaeru Gaman wrote:do you mean like PAINT will open when you doubleclick a BMP?

this is possible.
umm... yeah.. same time open the program.. thanks mate! can you give me some links? :D
No he will not. If you really want it, do it yourself :)
yea i should.. but still possible right? thats all i want to know man. :D :D

Posted: Thu Mar 29, 2007 3:46 pm
by traumatic
...while we're at it... we didn't have any "Is it possible to write an OS in PureBasic" questions lately, did we?

Posted: Thu Mar 29, 2007 3:49 pm
by thefool
traumatic wrote:...while we're at it... we didn't have any "Is it possible to write an OS in PureBasic" questions lately, did we?
nope :)
But it is actually possible to do this, just in an ugly way.

But I think he should do it himself. To learn

Posted: Thu Mar 29, 2007 3:58 pm
by britoniah3480
thefool wrote:
traumatic wrote:...while we're at it... we didn't have any "Is it possible to write an OS in PureBasic" questions lately, did we?
nope :)
But it is actually possible to do this, just in an ugly way.

But I think he should do it himself. To learn
thanks man! yes i will try to do it myself. wish me luck... wait another question, does this pack and unpack can solve my problem? thanks again! :wink:

Posted: Thu Mar 29, 2007 4:01 pm
by thefool
britoniah3480 wrote:does this pack and unpack can solve my problem? thanks again! :wink:
For this I would not use that.

Well there is the posibility of hooking the API which launch the files, however it might be possible to wrap the APP which controls the files.

Posted: Thu Mar 29, 2007 4:08 pm
by britoniah3480
thefool wrote:
britoniah3480 wrote:does this pack and unpack can solve my problem? thanks again! :wink:
For this I would not use that.

Well there is the posibility of hooking the API which launch the files, however it might be possible to wrap the APP which controls the files.
uhhh... any tips? :D

Posted: Thu Mar 29, 2007 4:10 pm
by thefool
britoniah3480 wrote:
thefool wrote:
britoniah3480 wrote:does this pack and unpack can solve my problem? thanks again! :wink:
For this I would not use that.

Well there is the posibility of hooking the API which launch the files, however it might be possible to wrap the APP which controls the files.
uhhh... any tips? :D
Well, its not an easy thing to do, if you don't have much knowledge of the basics of the API [i'd even call hooking beyon basics].

Posted: Thu Mar 29, 2007 4:16 pm
by britoniah3480
thefool wrote:
britoniah3480 wrote:
thefool wrote:
britoniah3480 wrote:does this pack and unpack can solve my problem? thanks again! :wink:
For this I would not use that.

Well there is the posibility of hooking the API which launch the files, however it might be possible to wrap the APP which controls the files.
uhhh... any tips? :D
Well, its not an easy thing to do, if you don't have much knowledge of the basics of the API [i'd even call hooking beyon basics].
yea.. :cry: i guess i have to study that... umm... do you have some links? any tutorial i guess? thanks mate! :D

Posted: Thu Mar 29, 2007 4:19 pm
by thefool
Nope but you can search the forum. I am just busy doing some stuff :)

Search for API hooks etc.
What is the use for this?