Page 1 of 1

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

Posted: Mon Aug 16, 2004 10:07 pm
by neopro
hi all,

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

thanks in advance ...

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

Posted: Mon Aug 16, 2004 11:48 pm
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
:) ;) ;) ;)

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

Posted: Tue Aug 17, 2004 1:25 am
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..)