Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ACagliano

Pages: 1 ... 56 57 [58] 59 60 ... 62
856
TI Z80 / Re: Blast Antivirus Version 5.0
« on: March 25, 2010, 07:17:31 pm »
I'm just gonna drop this attachment here, while you're working on some sort of antivirus. The IRC'ers will know what this is for.

A long program. What exactly does it do??


PS: I am officially loving Celtic3

857
Miscellaneous / Re: Rubik's Cube
« on: March 25, 2010, 06:55:06 pm »
Someone should design a calc program with a bunch of solving algorithms.

858
TI Z80 / Re: Blast Antivirus Version 5.0
« on: March 25, 2010, 06:49:51 pm »
This will give LOADS of false alarms. The scanner will say a program is evil every time it pop's BC before a RET, while this sometimes is required. The code will only crash your calculator when the stack level at RET is different from the stack level at the routine's entry point.

Don't worry. I will configure response to that as maximum security. Under lower security, it won't respond to it. Anything else?

859
TI Z80 / Re: Blast Antivirus Version 5.0
« on: March 25, 2010, 12:50:17 pm »
Ok. I'll add these to the definitions file as they come in.

860
TI Z80 / Re: Blast Antivirus Version 5.0
« on: March 25, 2010, 12:29:38 pm »
hex????

861
TI Z80 / Re: Blast Antivirus Version 5.0
« on: March 25, 2010, 12:23:11 pm »
Yep. So I humbly ask any asm programmers who are familiar with destructive hex routines to please post them here or to email them to me at [email protected].

862
The Axe Parser Project / Re: Axe Parser
« on: March 25, 2010, 09:00:34 am »
How do you use commands like Input and Prompt in Axe?

863
TI Z80 / Re: Blast Antivirus Version 5.0
« on: March 25, 2010, 02:08:24 am »
I would like to write that in, but I would also like it to be able to decompile asm programs and check the hex for malcodes. Of course, I would need to be annoying and bug you assembly people for a subroutine, then. Maybe Basic interpretation atm.

864
TI Z80 / Re: Blast Antivirus Version 5.0
« on: March 24, 2010, 08:03:14 pm »
For anyone who is interested, by the way, my previous version of the Antivirus (Version 4.0) is provided below. When I made it, I was amazed by its ability, but now, it seems horrible, thus my intent to release Version 5.0


Version 4.0:  http://www.mediafire.com/?kohymtqdwew

You can email any comments or suggestions to me. (or put them here).

865
TI Z80 / Re: Star Trek 2 player v0.1 alpha
« on: March 24, 2010, 07:55:18 pm »
Change in plans. I think I will release the SP version first, then learn asm for the MP version.

866
TI Z80 / Re: Star Trek 2 player v0.1 alpha
« on: March 24, 2010, 06:22:24 pm »
ok. ill take your word for it.

867
Version 5 of my antivirus software for the TI-83+ or compatible is underway. Features will include this:
( Anything in red means that I am asking an assembly programmer to please help.)

1. A single installer program uses Celtic3 to create the actual antivirus software. No more keeping track of multiple program files or groups (except Celtic3). Upon installation, the installer script will be automatically archived in the event of a crash.

2. Virus definitions stored as a program, not a string, stored in archive, and accessed through Celtic3, line by line.

3. Addition of new program names to the virus definitions manually will be supported.

4. Option to delete will be given, as opposed to Version 4, where a matching program is deleted without you being told.

5. Firewall (asm subroutine) that intercepts incoming silent-linked programs and stores their names to some variable. Then, it will compare the name to the contents of the virus definitions file and give you the reject option if a matching entry is found.

868
TI Z80 / Re: Star Trek 2 player v0.1 alpha
« on: March 24, 2010, 05:58:33 pm »
I know Gale. I haven't forgot. But, look at the progress stats at the very bottom of anyone of my posts to see how far I am.

869
ASM / Re: Intercepting Transmitted Programs
« on: March 24, 2010, 01:27:10 am »
YEs. Right here.

870
TI Z80 / Re: Star Trek 2 player v0.1 alpha
« on: March 24, 2010, 01:17:39 am »
Thank you for that. I will use all of those optimizations with the exceptions of the splash screen credits (designed by...Blast Progs, Inc). There, the display strings are included because only a PART of the line must be covered. As such, I believe the closing quote in those Text statements must be closed to define the length of the space being cleared.

Pages: 1 ... 56 57 [58] 59 60 ... 62