Re: Virus for 83


[Prev][Next][Index][Thread]

Re: Virus for 83



you can't attach in front- not without some extra tricks.
you'd have to overwrite (not attach, overwrite) the first 3 bytes of
actual code with a JMP to the very end. that very end replaces the
first 2 bytes of code with what it originally contained, then run
whatever your virus has to do (ie: crash the calc 5% chance). then
jump back to the start. problem with that is.. once you have
overwritten the first 2 bytes of code again, running it a second time
WONT call your virus code anymore. on IBM PCs this isn't a problem,
since the memory is reloaded from the .COM file, but you are going to
have to find another way (probably is none) to pull this off on the
TI-8x. Attaching it at the front will cause the memory referencing to
be screwed up.


References: