• Welcome to Valhalla Legends Archive.
 

Kazaa Lite Source

Started by Pentium, July 14, 2003, 05:59 PM

Previous topic - Next topic

Pentium

Yea Found The Kazaa Lite Source.. None of you could probably use it because it's x86

http://www.geocities.com/rndkpp/src.html

dunno what this has to do with anything just felt like posting  :-\
I guess mabye one person may know it :P (probably not) i guess you can check it out anyway   ::)

iago

#1
I understand assembly just fine, but I don't have time or the inclination to read all that.  In fact, many of us here understand assembly :-P
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


j0k3r

Ok noob question (and it's sort of on topic). What's an assembly language?
QuoteAnyone attempting to generate random numbers by deterministic means is, of course, living in a state of sin
John Vo

iago

It's what your c++/whatever turns into when you compile it.  
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Camel

Quote from: iago on July 15, 2003, 08:36 AM
It's what your c++/whatever turns into when you compile it.  

Well, ASM is sort of a visual/text representation of what you said. Ever seen The Matrix? Remember when Cypher was sitting in front of those three screens with green lines of text scrolling by? It's sort of like that, except real.
* Camel has shiftey eyes.

Xae

Assembly language is a set of CPU Specific instructions, which get executed at runtime passed through the bus to the cpu/alu/registers and are ran from there

Grok


Banana fanna fo fanna

A set of mnemonics (sp?) which are converted to binary opcodes that the CPU can interpret.