I've been seeing these people making a fake virus scanner in Vb. Java is soooo much more pro. So I took my shot at it. I need suggestions for future stuff. All things work 100% beside the Malware Scanner which I will soon work on.
Pix nd Such.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
I've been seeing these people making a fake virus scanner in Vb. Java is soooo much more pro. So I took my shot at it. I need suggestions for future stuff. All things work 100% beside the Malware Scanner which I will soon work on.
Pix nd Such.
mtsmts.
So your writing a fake virus scanner? For what purpose?
I see clients infected with this kind of thing on a daily basis. It's very annoying.
Please use [highlight=Java] code [/highlight] tags when posting your code.
Forum Tip: Add to peoples reputation by clicking the button on their useful posts.
It's made to out do the people making fake anti viruses in Vb.
Vb is a stupid language.
I wanted to show people some real coding in a real language.
Hackforums banned the thread I had there because It was a fake program?
But of course it is.
It is made to be fake not for real use.
Hopefully I can keep this thread here >.>
mtsmts.
Don't you have anything better to do?
db
How about actually adding in some virus detection
// Json
If a hack forum banned your thread then you don't have much more of a chance here im afraid.
We are against illegitimate activities. If this is just for fun, then it may pass as OK but if you are planning on infecting people then there will be a problem.
Please use [highlight=Java] code [/highlight] tags when posting your code.
Forum Tip: Add to peoples reputation by clicking the button on their useful posts.
This is once again just to show people a program that is better created in java than Vb. Mine is obviously inferior than the ones you will find on youtube.
That would be sick.
This is just to show people that a fake antivirus is better made in java than Vb. Youtube it if you don't get the concept. I do not provide a download for this because I want this to stay here. They thought the download contained a virus and that I was showing that fake antivirus could not pick it up 0_0 they did not understand the concept. There is no threat here. If anyone wants the source they can pm me. And all they will get is a netbeans project. Nothing virus related.
mtsmts.
The sort of people that write these applications do so for illegitimate gains. You say it's no harm but these apps are 100% annoying and cause a lot of problems for people even though they are not "real".
I work for an IT company whos engineers are removing these types of malware on a daily basis. I do not condone them in any way. I'm not sure if im happy promoting this kind of application here.
There are plenty of other "hacking" forums that would be happy to host your source and application.
If the general feeling here is that this isn't good, I may remove the thread. Please don't take offense.
Please use [highlight=Java] code [/highlight] tags when posting your code.
Forum Tip: Add to peoples reputation by clicking the button on their useful posts.
VB is meant and designed to be a scripting language, and as such has a different scope than that of Java. I don't think there's really anything VB can't do that Java can (other than a few specific cases, or varying implementations/names).
Adding an actual virus scanner would be good, though I'm not sure you'd be able to do this in pure Java since you'd need to scan the contents of the memory and not just the file system.