hi all,
is it possible to create a executable with 0 byte or with 2 r 3 bits ....
thanks in advance ...
is it possible to create a executable with 0 byte..
Re:is it possible to create a executable with 0 byte..
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..
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..)
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..)