is it possible to create a executable with 0 byte..

Programming, for all ages and all languages.
Post Reply
neopro

is it possible to create a executable with 0 byte..

Post by neopro »

hi all,

is it possible to create a executable with 0 byte or with 2 r 3 bits ....

thanks in advance ...
suren

Re:is it possible to create a executable with 0 byte..

Post by suren »

ya u can, Its just like havin an empty house,,, what u are going to do with it....., one thing that I guess is it u can call the address of other excecutables
:) ;) ;) ;)
mpp.eox3

Re:is it possible to create a executable with 0 byte..

Post by mpp.eox3 »

I'd say no - windows complains on a 0-byte .exe and .com.

But the shortest executable is 1 byte, a .com file consisting of the byte with the value 0xc3.
(this is a RET if you wonder..)
Post Reply