Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Windows 64bit > Windows

Reply
Thread Tools

Windows

 
 
The Flavored Coffee Guy
Guest
Posts: n/a
 
      03-12-2010

You guys advertize how you like suggestions for your operating system.

If you need to, make sure the Data and programs are always handled as DATA
before they are run. Basically, that means just keep all of the code moving
from memory to disk, disk to memory, or any other port to any form of media
away from the registers you use for program execution. Viruses like to hide
in text and data. But, if you are certain that nothing being handled as
data at the moment is always kept away from the registers commonly used to
execute or leave behind data from a driver, such as EAX, EBX, ECX, and EDX
which are commonly used for executable information, and use other registers
for DATA where no tags will be left behind as a result of data handling in
memory or media. As long as you can't trick the OS into thinking that a
program has executed, or slip in some commands that OS will listen to, the
CPU will never jump to any other instructions.

If Data always went through EDX, then tags would be left and solutions
in the other three registers EAX, EBX and ECX. EDX would be DATA/Memory and
Media Port excusive. Just like a general register is usually leaving tags
from the mouse driver. If I remember right the convention is EAX for data
left by the mouse and pointer driver. Just one register would be data
handling via the Assembly Language Code routines. That way you can't drop
in a execution command. Even though you would need to re-write allot of
program language or recompile as a result.

When a program is executed, it would be from memory. It doesn't prevent
viruses.

Microsoft should include in Licensing their software that a user by
using the software agrees not to write virus, malicious code, adware, or
spyware. That way, the higher courts can say to the authors that use
Microsoft's compilers, that they have no legal right to any copyrights of
their software having used one of Microsoft's compilers. Then porting that
stuff or owning copyrights to adware or spyware cannot slow down anyone
trying to get rid of it using proper legal channels if the author used one
of Microsoft's Compilers. In essence, you never had a license from
Microsoft to write viruses, spyware or adware.

 
Reply With Quote
 
 
 
 
Bobby Johnson
Guest
Posts: n/a
 
      03-12-2010
You are barking up the wrong tree!

This is a user forum for 64-bit Windows operating systems.

It is not one of Microsoft's developers groups.

Or, you could be a Troll!


On 2010-03-11 22:09, The Flavored Coffee Guy wrote:
> You guys advertize how you like suggestions for your operating system.
>
> If you need to, make sure the Data and programs are always handled as
> DATA before they are run. Basically, that means just keep all of the
> code moving from memory to disk, disk to memory, or any other port to
> any form of media away from the registers you use for program execution.
> Viruses like to hide in text and data. But, if you are certain that
> nothing being handled as data at the moment is always kept away from the
> registers commonly used to execute or leave behind data from a driver,
> such as EAX, EBX, ECX, and EDX which are commonly used for executable
> information, and use other registers for DATA where no tags will be left
> behind as a result of data handling in memory or media. As long as you
> can't trick the OS into thinking that a program has executed, or slip in
> some commands that OS will listen to, the CPU will never jump to any
> other instructions.
>
> If Data always went through EDX, then tags would be left and solutions
> in the other three registers EAX, EBX and ECX. EDX would be DATA/Memory
> and Media Port excusive. Just like a general register is usually leaving
> tags from the mouse driver. If I remember right the convention is EAX
> for data left by the mouse and pointer driver. Just one register would
> be data handling via the Assembly Language Code routines. That way you
> can't drop in a execution command. Even though you would need to
> re-write allot of program language or recompile as a result.
>
> When a program is executed, it would be from memory. It doesn't prevent
> viruses.
>
> Microsoft should include in Licensing their software that a user by
> using the software agrees not to write virus, malicious code, adware, or
> spyware. That way, the higher courts can say to the authors that use
> Microsoft's compilers, that they have no legal right to any copyrights
> of their software having used one of Microsoft's compilers. Then porting
> that stuff or owning copyrights to adware or spyware cannot slow down
> anyone trying to get rid of it using proper legal channels if the author
> used one of Microsoft's Compilers. In essence, you never had a license
> from Microsoft to write viruses, spyware or adware.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing Windows logon Screen in Windows 7 and Windows 2008 Tech Guy Windows 64bit 0 04-27-2011 12:59 PM
!Windows Live Mail replace Outlook Express on Windows XP and Windows Mail on Vista... Max Burke NZ Computing 8 05-18-2007 12:10 AM
Windows XP Home Connected to Windows XP Pro via TCP/IP Armstrong Wong Wireless Networking 1 11-25-2004 01:12 PM
wireless ad-hoc with Windows XP and Windows 2000 =?Utf-8?B?ZHVtbWthdWY=?= Wireless Networking 1 09-23-2004 11:34 AM
Windows XP laptop and Windows 2000 desktop won't communicate =?Utf-8?B?UmlmbGVtYW4=?= Wireless Networking 0 08-19-2004 03:35 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57