I need Viruses !
Well 2 things:
1. I hopw you are running the Virus Test system in a VM or an Emulator
2. If you find code wich is much faster in C you could provide it to Fred, maybe he can fix some of the speed issues then^^
1. I hopw you are running the Virus Test system in a VM or an Emulator
2. If you find code wich is much faster in C you could provide it to Fred, maybe he can fix some of the speed issues then^^
Visit www.sceneproject.org
Re: I need Viruses !
=> Do you have some collections or some viruses?
You can freely download Windows Vista beta2 :
http://www.microsoft.com/windowsvista/g ... eview.mspx
You can freely download Windows Vista beta2 :
http://www.microsoft.com/windowsvista/g ... eview.mspx
I've got 5 packs of viruses downloaded from the web and P2P. It was all I found, but I bet many of them are just duplicates... I am going to use a virus collection tool to sort them out and keep the database clean.
Oh, and I wanted to ask you guys something: What's better to use? Hashes or data from file? Hashes could be faster, but it does not work for infectors which append data.
@Nik:
I don't think I am man enough to test them myself. I think I'll pass them to my friends
. Just joking.
About the speed, I'll make some demos if I can. The difference is that in C I can load a file in a string buffer directly and I use memicmp to search through the buffer.
Oh, and I wanted to ask you guys something: What's better to use? Hashes or data from file? Hashes could be faster, but it does not work for infectors which append data.
@Nik:
I don't think I am man enough to test them myself. I think I'll pass them to my friends
About the speed, I'll make some demos if I can. The difference is that in C I can load a file in a string buffer directly and I use memicmp to search through the buffer.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
-
DarkDragon
- Addict

- Posts: 2347
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Psychophanta wrote:You will never get free of psychosMaybe you could make a full PC protect software, so it's secure of hammers, cars, psychos, ... .![]()
![]()
Are you sure?
http://textlab.net/hermannderuser/pages/page_1.html
[EDIT]
Why the fuck doesn't my quote work anymore?
bye,
Daniel
Daniel
You don't have to use a string buffer if you use memorycompare. And you shouldn't put a file in a string since the file could contain a null character and then everything will be messed up.About the speed, I'll make some demos if I can. The difference is that in C I can load a file in a string buffer directly and I use memicmp to search through the buffer.
ReadData() is also a lot faster.
Trojan:
ftp://anonymous@213.184.65.68/pub/filee ... /virus.rar
ftp://anonymous@62.89.235.197/bbs1/CRACKER/VIRUS.RAR
Virus creation kit (don't know if it works):
ftp://anonymous@217.76.188.47/vir/IVP.V ... ructor.zip
ftp://anonymous@213.184.65.68/pub/filee ... /virus.rar
ftp://anonymous@62.89.235.197/bbs1/CRACKER/VIRUS.RAR
Virus creation kit (don't know if it works):
ftp://anonymous@217.76.188.47/vir/IVP.V ... ructor.zip
Re: I need Viruses !
lol.By Polo:
=> Do you have some collections or some viruses?
You can freely download Windows Vista beta2 :
http://www.microsoft.com/windowsvista/g ... eview.mspx
Dare2 cut down to size
Thanks Trond. I sorted the database and unfortunately there were many many duplicates inside. The real number of virs is somewhere about 6000
. But that's a start too.
About the statement, the one that c is faster, I totally changed my mind. In a very long loop, I found out that PB is faster
.
About the statement, the one that c is faster, I totally changed my mind. In a very long loop, I found out that PB is faster
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Well a good c compiler like gcc wil just optimize the code taht means he can inlien if it helps or he doesn't if it wouldn't help, he probably also does alter the code with !NOPs to fite better into the cache, it depends heavily on the compiler gcc 4.1 for example can even vectorize the code automatically
Visit www.sceneproject.org
-
techjunkie
- Addict

- Posts: 1126
- Joined: Wed Oct 15, 2003 12:40 am
- Location: Sweden
- Contact:
Re: I need Viruses !
Can't you download a "Virus Generator", "Virus Toolkit", "Virus Creator" or another obscure software? They are all around the net.Inf0Byt3 wrote:I'm making progresses with PureAV (in my free time) and I downloaded all the viruses I found on the net. But that ain't enough for me. Do you have some collections or some viruses? If so, PM me please
. I currently have ~50.000 virii ready to be detected.
Hmmmm... but even if you keep the virus local and destroy it fast - I'll guess it can be a criminal act? or?

(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
What about all that software firms that create antiviruses? They should have problems too
... Anyway, I don't keep them. I am generating signatures and then delete them immediately. So what should I do? Should I destroy them all now and forget about this project? I don't want to have problems :roll: .
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
