IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New I believe it's been proven that you cannot have a system that can be verified to be virus-proof.
hogwash, we were doing it in the 1990s and can still do it
build a *nix off of the network with preselected network routing info with no hd only a readonly floppy/usb stick
remove uid 0
(edit added a wrong step)
Good luck breaking into that
you can kill people for America at age 18 but need to be 21 to buy a beer
Expand Edited by boxley Nov. 5, 2015, 10:23:16 PM EST
New And don't turn it on
--

Drew
New Fred Cohen in 1987.
An Undetectable Computer Virus (8 page .pdf):

One of the few solid theoretical results in the study of computer viruses is Cohen's 1987 demonstration that there is no algorithm that can perfectly detect all possible viruses [1]. This brief paper adds to the bad news, by pointing out that there are computer viruses which no algorithm can detect, even under a somewhat more liberal definition of detection. We also comment on the senses of "detect" used in these results, and note that the immediate impact of these results on computer virus detection in the real world is small.


Yes, there are ways to keep computers from being infected under most circumstances, but you cannot make - and prove - that a computer system is virus-proof.

HTH.

Cheers,
Scott.
New And that only works if you trust the compiler, too. :-)
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New back in those days we built the compilers :-)
you can kill people for America at age 18 but need to be 21 to buy a beer
New Ah, but what did you compile them with?
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New Oooh. Nice. Thanks muchly. (Interesting comments too.)
New assembler, required for a cs degree in 1992
had to do the boss's wifes homework.
you can kill people for America at age 18 but need to be 21 to buy a beer
New Who wrote the assembler?
You didn't construct the executable image by hand in a hex editor.

But if you did, who wrote the hex editor?

Turtles all the way down!
New Beat me to it.
I like turtles.
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New FTW!
https://www.youtube.com/watch?v=CMNry4PE93Y (0:17)

Portland, of course. :-)

Cheers,
Scott.
New I wrote the assembler for the machine code but ya got me using a hex editor
you can kill people for America at age 18 but need to be 21 to buy a beer
New Did you poke the holes out of the paper tape with a pin? No? Pussy
--

Drew
New that was before my time sorry
you can kill people for America at age 18 but need to be 21 to buy a beer
New Where does using a Flexowriter fit?
Friden Flexowriter.

You hit typewriter keys and it punches the holes in paper tape.

Using manual paper tape punch was only used for editing.

My first bit of code was machine code (homework assignment without benefit of assembler) and we did that in octal (not hex). The machine had an 18-bit word architecture, so it took 6 octal digits to specify a word. So, the code would have looked something like this:

145703
342521
231453
...

The professor wanted us appreciate the convenience of an assembler!
Alex

"There is a cult of ignorance in the United States, and there has always been. The strain of anti-intellectualism has been a constant thread winding its way through our political and cultural life, nurtured by the false notion that democracy means that "my ignorance is just as good as your knowledge."

-- Isaac Asimov
New You ... win?
Not quite sure that's the right word for that.
--

Drew
New Alex and Skip win all those argies hands down
you can kill people for America at age 18 but need to be 21 to buy a beer
New :-)
My first "program" (to brute-force find and print prime numbers) was on a teletype with a paper tape punch/reader. 300 baud FTW!

Neat story! I hope you're documenting these things in more detail somewhere! :-)

Cheers,
Scott.
New Well, it was the TX-0 computer, and a historical machine.
Computer History Museum.



It was the first computer to ever use both transistors for the circuitry and ferrite cores for memory. It was a single copy, proof of concept, machine built at MIT Lincoln Labs. It was a re-implementation of the vacuum tube based Whirlwind computer. Originally with 64 K words, it was downgraded to 4 K words when given to MIT's EE department. That original memory was redeployed in the MIT Lincoln Lab's TX-2 computer a 36-bit machine.

As a side note, note the rectangular gray area to the left of the middle chair's backrest. That is an array of 16 x 18 toggle switches which coded the "boot loader" i.e. a bit like BIOS.

The circuit designer was Ken Olson who, soon after the TX-2 project, started DEC (Digital Equipment Corp) and started making and selling the PDP-1 computer. Ken was good enough to give a PDP-1 to MIT. It was across the hall from my office, so I got to play with it on occasion.
Alex

"There is a cult of ignorance in the United States, and there has always been. The strain of anti-intellectualism has been a constant thread winding its way through our political and cultural life, nurtured by the false notion that democracy means that "my ignorance is just as good as your knowledge."

-- Isaac Asimov
New Just the compiler?
http://www.reuters.com/article/2015/02/17/us-usa-cyberspying-idUSKBN0LK1QV20150217
The U.S. National Security Agency has figured out how to hide spying software deep within hard drives made by Western Digital, Seagate, Toshiba and other top manufacturers, giving the agency the means to eavesdrop on the majority of the world's computers, according to cyber researchers and former operatives.


http://www.theregister.co.uk/2015/02/17/kaspersky_labs_equation_group/
Kaspersky's analysis says the NSA made a breakthrough by infecting hard disk firmware with malware known only as nls_933w.dll capable of persisting across machine wipes to re-infect targeted systems.

.dll? Oh, wait...
     WP: Linus on Linux kernel security and more. - (Another Scott) - (27)
         Re: WP: Linus on Linux kernel security and more. - (pwhysall) - (1)
             Interesting. I wonder how new that is. :-( -NT - (Another Scott)
         I believe it's been proven that you cannot have a system that can be verified to be virus-proof. - (boxley) - (19)
             And don't turn it on -NT - (drook)
             Fred Cohen in 1987. - (Another Scott)
             And that only works if you trust the compiler, too. :-) -NT - (malraux) - (16)
                 back in those days we built the compilers :-) -NT - (boxley) - (14)
                     Ah, but what did you compile them with? - (malraux) - (13)
                         Oooh. Nice. Thanks muchly. (Interesting comments too.) -NT - (Another Scott)
                         assembler, required for a cs degree in 1992 - (boxley) - (11)
                             Who wrote the assembler? - (pwhysall) - (10)
                                 Beat me to it. - (malraux) - (1)
                                     FTW! - (Another Scott)
                                 I wrote the assembler for the machine code but ya got me using a hex editor -NT - (boxley) - (7)
                                     Did you poke the holes out of the paper tape with a pin? No? Pussy -NT - (drook) - (6)
                                         that was before my time sorry -NT - (boxley)
                                         Where does using a Flexowriter fit? - (a6l6e6x) - (4)
                                             You ... win? - (drook) - (1)
                                                 Alex and Skip win all those argies hands down -NT - (boxley)
                                             :-) - (Another Scott) - (1)
                                                 Well, it was the TX-0 computer, and a historical machine. - (a6l6e6x)
                 Just the compiler? - (scoenye)
         Not quite nonsensical - (scoenye) - (4)
             O_o - (malraux)
             Sure, but... - (Another Scott)
             Why even bother hacking the kernel? - (pwhysall) - (1)
                 Indeed -NT - (scoenye)

And he laughed and he laughed and he laughed.
122 ms