EP1312077A1 - Input device for voice recognition and articulation using keystroke data. - Google Patents

Input device for voice recognition and articulation using keystroke data.

Info

Publication number
EP1312077A1
EP1312077A1 EP01948631A EP01948631A EP1312077A1 EP 1312077 A1 EP1312077 A1 EP 1312077A1 EP 01948631 A EP01948631 A EP 01948631A EP 01948631 A EP01948631 A EP 01948631A EP 1312077 A1 EP1312077 A1 EP 1312077A1
Authority
EP
European Patent Office
Prior art keywords
assembly
manifest
hash
referenced
list
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP01948631A
Other languages
German (de)
French (fr)
Other versions
EP1312077A4 (en
Inventor
Larry Rice Dean, Jr.
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Minebea Co Ltd
Original Assignee
Minebea Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Minebea Co Ltd filed Critical Minebea Co Ltd
Publication of EP1312077A1 publication Critical patent/EP1312077A1/en
Publication of EP1312077A4 publication Critical patent/EP1312077A4/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L15/00Speech recognition
    • G10L15/26Speech to text systems
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L15/00Speech recognition
    • G10L15/28Constructional details of speech recognition systems
    • G10L15/30Distributed recognition, e.g. in client-server systems, for mobile phones or network applications

Definitions

  • the present invention relates to computer systems, and more particularly to a system and method for ensuring the integrity of components employed by application programs at runtime.
  • DLLs dynamically linked libraries
  • Other files that are shared by different application programs.
  • DLLs are listed within tables in application components to be linked at runtime.
  • An operating system will search in a loader search path, application directory, operating system directory or user specified path for the name of the dynamic linked library, so that DLL code can be loaded into memory for execution. Since these DLLs can be shared by different application programs, changes to a DLL for one application may cause another application to stop operating.
  • Microsoft Windows Operating System platform is the inability to control an exact set of dynamic link libraries and other files that will run as part of a deployed application program. It is quite common to have installation of one application program affect other application programs by overwriting files that those applications depend on.
  • the present invention relates to a system and method of providing security and facilitating the integrity of components or assemblies ⁇ e.g., components including metadata), employed during runtime by application programs.
  • the present invention employs cryptographic techniques to facilitate relationship between components. Administrators and developers can utilize this system and method to facilitate that an exact set of dynamic link libraries (DLLs) and other files that have been tested together can in fact run together after they are deployed. Assemblies carry version information that can be used to enforce the versioning rules described by the application program. At runtime, version numbers requested by the application programs are compared with those version numbers of the assemblies that are actually found. In addition to comparing version numbers, the present invention offers a stricter form of version checking based on cryptographic hashes.
  • DLLs dynamic link libraries
  • Each assembly can be provided with a manifest that contains a list of files or modules that make up the assembly.
  • Part of the information recorded about each file is a hash of the file's contents at the time the manifest was built.
  • the hash is computed over the entire contents of the file.
  • the code that emits the manifest is typically a compiler or a post-link tool, which is may be responsible for computing the hash.
  • the present invention may employ a variety of hash algorithms, such as secured hash algorithm (sha-1), MD5, or any other cryptographically acceptable hash algorithm in computing the hash.
  • the creator of the manifest can specify which hash algorithm that the creator would like employed.
  • the file hashes can be verified when an assembly is installed into a global assembly cache and each time a file is loaded from a disk.
  • the file hashes described above facilitate integrity of the deployable unit ⁇ e.g., the assembly).
  • most applications are comprised of several assemblies. Therefore, to ensure integrity of the entire application it is necessary to confirm not only that each individual assembly has not changed, but that the set of assemblies used by the application program at runtime are the same set that were previously built and tested together.
  • an assembly referencing another assembly computes the hash of the manifest of the referenced assembly.
  • An assembly manifest can include dependency information, which is information about other assemblies that the assembly depends on or references. Part of the information stored as part of the dependency information is a hash of the referenced assembly's manifest. Hashing the manifest of the referenced assembly is sufficient because that manifest in turn includes hashes of all its constituent files.
  • hashes on manifests of referenced assemblies can be computed by the tool emitting the manifest.
  • a method for facilitating integrity of an assembly employable by application programs during runtime.
  • An assembly is provided with a manifest that contains a list of modules that make up the assembly and the manifest is provided with a hash of the contents of at least one module of the list of modules.”
  • Another aspect of the invention relates to a method for facilitating the integrity of assemblies employable by application programs at runtime.
  • An assembly is provided with a manifest that contains a list of referenced assemblies that the assembly depends on and the manifest is provided with a hash of a manifest of at least one referenced assembly of the list of referenced assemblies.
  • a computer readable medium is provided having at least one computer executable component employable by an application program at runtime.
  • the computer readable medium comprises an assembly having a ' manifest that contains a list of modules that make up the assembly and>a hash of the contents of at least one module of the list of modules.
  • the computer readable medium comprises an assembly having a manifest that contains a list of at least one referenced assembly that the assembly depends on and a hash of the contents of a manifest of the at least one referenced assembly.
  • a system for facilitating integrity of assemblies employable by application programs during runtime.
  • the system comprises a first component adapted to provide a manifest for an assembly.
  • the manifest has a list of modules making up the assembly.
  • the system also includes a second component adapted to provide the manifest with a hash of at least one module of the list of modules.
  • a system for facilitating integrity of assemblies employable by application programs during runtime.
  • the system comprises a first component adapted to provide a manifest for an assembly.
  • the manifest includes at least one referenced assembly.
  • the system also includes a second component adapted to provide the manifest with a hash of a manifest of the at least one referenced assembly.
  • Another aspect of the invention relates to a system for facilitating integrity of an assembly employable by application programs during runtime.
  • the system comprises means for relating a manifest having a list of related assemblies to an assembly and means for providing the manifest with a hash of one of a manifest or the at least one of the related assemblies.
  • Fig. 1 illustrates a block diagram of an assembly referencing an assembly having multiple modules in accordance with one aspect of the present invention.
  • Fig. 2 illustrates a detailed block diagram of an assembly having multiple modules in accordance with one aspect of the present invention.
  • Fig. 3 illustrates a detailed block diagram of an assembly referencing multiple assemblies in accordance with one aspect of the present invention.
  • Fig. 4 illustrates a block diagram of a computer system in accordance with an environment of the present invention.
  • Fig. 5 illustrates a detailed block diagram of an environment in accordance with the present invention.
  • Fig. 6 illustrates a flow diagram of one particular methodology for facilitating the integrity of an assembly in accordance with one aspect of the present invention.
  • Fig. 7 illustrates a flow diagram of another methodology for facilitating the integrity of an assembly in accordance with one aspect of the present invention.
  • the present invention is now described with reference to the drawings, wherein like reference numerals are used to refer to like elements throughout.
  • the present invention is described with reference to a system and method for facilitating integrity of components employed by application programs during runtime.
  • These components are typically dynamically linked libraries (DLLs), but also could include definition files, declaration files and executable files linked to an application program at runtime.
  • An assembly according to at least one aspect of the subject invention is herein defined as components that include metadata defining the assembly, describing components that make up the assembly and describing the assemblies that an assembly depends on.
  • the present invention employs cryptographic techniques, such as hashing, to ensure the integrity of assemblies used by application programs. Additionally, the present invention allows for reduction of large DLL files to be divided into several smaller files while ensuring DLL integrity.
  • a first assembly 10 includes a top assembly 12 ⁇ e.g., a file with a metadata section or manifest) and a module or subassembly 14.
  • the assembly 10 can include a top assembly and any number of modules that make up the assembly 10.
  • the top assembly is defined as an assembly that includes a metadata section or manifest.
  • the metadata section or manifest can include identity information defining the assembly, assembly references that define the dependencies to other assemblies and module references that define a link to modules or subassemblies.
  • a metadata section 16 is provided in the top assembly 12 that includes information regarding the first assembly 10.
  • the metadata section 16 includes an identity information component 17 and a file validation digest component 18.
  • the identity information component 17 includes information about the first assembly 10, while the file validation digest component 18 includes information about the module 14.
  • the identity information component 17 can include such information as a simple name, version information, operating system or processor information, publisher information, in addition to many other types of information about the first assembly 10.
  • the file validation digest component 18 may include a hash of the module 14.
  • the information in the identity infonnation component 17 is accessible to others, while the information in the file validation digest component 18 is not accessible to others, but can be used prior to runtime or at runtime to verify that the assembly has not been modified.
  • a top assembly digest 19 may be provided at the end of the top assembly 12.
  • the top assembly digest 19 may contain a hash of the contents of the top assembly 12.
  • Fig. 1 also illustrates a second assembly 20 being provided that depends on the first assembly
  • a metadata section 22 is provided in the second assembly 20 that includes information regarding the second assembly 20 and also information about the first assembly 10, which it references during runtime.
  • the metadata section 22 includes an identity information component 24 and a reference validation digest component 26.
  • the identity information component 24 includes infonnation about the second assembly 24, while the reference validation digest component 26 includes information about the first assembly 10.
  • The-identity information component 24 can included ;such information as a simple name, version information, operating system or processor infonriation, publisher information, in addition to many other types of information about the second assembly 20.
  • the reference validation digest component 26 may include a hash of the metadata section 16 of the top assembly 12 of the first assembly 10.
  • the information in the identity information component 24 is accessible to others, while the information in the file validation digest component 26 is not accessible to others, but can be used prior to runtime or at runtime to verify that the first assembly 10 and the second assembly 20 have not been modified. Since the metadata section 16 includes the hash of the module 14, there is no need to provide a hash in the metadata section 22 of the second assembly 20 to verify that the module 14 has not been modified.
  • the reference validation digest 26 can optionally include a hash value of the top assembly 12. However, this is not necessary because the top assembly hash in the top assembly digest 19 can be compared with an actual hash value of the top assembly 12 determined before or at runtime.
  • Fig. 2 illustrates the composition of an assembly in more detail according to the present invention.
  • An assembly 30 is comprised of a top assembly 40, a first module 45 and a second module 50.
  • the top assembly 40 includes a metadata section 42 referred to as an assembly manifest.
  • the assembly manifest 42 includes identity information having the following information: originator name, locale, major version, minor version, revision, build and module information. Other information can be placed in the identity manifest ⁇ e.g., operating system).
  • the module infonnation is a list of the modules making up the assembly 30 and the hash of the file contents of each module.
  • the module hashes in the assembly manifest 42 can be checked against the actual hashes of the first module 45 and the second module 50, using the same hash algorithm, to determine the integrity of the assembly 30.
  • the top assembly 40 include a top assembly hash 43 located at the end of the file. The top assembly hash can be utilized to determine if any changes have occurred in the top assembly 40. If the assembly 30 has changed, the application program calling the assembly 30 can choose to abort. In an alternate aspect of the invention, the application program may choose to review the identity information to determine if the change has been invoked by a trustworthy source. The application program can then choose to abort or allow execution of the assembly 30.
  • Fig. 3 illustrates the composition of an assembly that reference ⁇ another assembly in more detail according to the present invention.
  • a referencing assembly 70 labeled assembly B, references a first referenced assembly 80, labeled assembly C, and a second referenced assembly 90, labeled as assembly D.
  • the referencing assembly 70 includes an assembly manifest 72 having module information similar to the module information of top assembly 40 described in Fig. 2.
  • the assembly manifest 72 also includes dependency information such as a list of assemblies that the referencing assembly 70 depends on during execution.
  • the dependency information also includes a hash of the top assembly manifest of each referenced assembly.
  • the dependency information includes a hash of the top assembly.
  • the first referenced assembly 80 has an assembly manifest 82 including both identity information and dependency information, and an optional top assembly digest 83.
  • the presence of dependency information informs the application program that the first referenced assembly 80 also depends on at least one other assembly.
  • the first referenced assembly 80 does not have any modules and therefore there is not any module information or hashes for any modules.
  • the second referenced assembly 90 has an assembly manifest 94 that includes module information, but not any dependency information. Therefore, since the second referenced assembly 90 does not have any dependency information it does not depend on any other assemblies to execute.
  • An optional top assembly digest 95 ' is also provided at the end of the second referenced assembly 90.
  • the second referenced assembly 90 is comprised of a top assembly 92, a first module 96 and a second module 98.
  • the module information includes a list of the modules of the assembly 90 and the hash of the entire contents of each module.
  • assemblies 70, 80 and 90 can be loaded into a cache of a computer system at runtime and the hashes verified with the hashes stored in the manifests at or prior to runtime.
  • Fig. 4 and the following discussion are intended to provide a brief, general description of a suitable computing environment in which the invention may be implemented. While the invention will be described in the general context of computer- executable instructions of a computer program that runs on a personal or server computer, those skilled in the art will recognize that the invention also may be implemented in combination with other program modules. Generally, program modules include routines, programs, components, data structures, etc. that perform particular tasks or implement particular abstract data types.
  • the invention may be practiced with other computer system configurations, including single- or multiprocessor computer systems, minicomputers, mainframe computers, hand-held computing devices, microprocessor-based or programmable consumer electronics, and the like.
  • the illustrated embodiment of the invention also is practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. But, some embodiments of the invention can be practiced on stand-alone computers.
  • program modules may be located in both local and remote memory storage devices.
  • an exemplary system for implementing the invention includes a conventional personal or server computer 120, including a processing unit 121, a system memory 122, and a system bus 123 that couples various system components including the system memory to the processing unit 121.
  • the processing unit may be any of various commercially available processors, including Intel x86, Pentium and compatible microprocessors from Intel and others, including Cyrix, AMD and Nexgen; Alpha from Digital; MIPS from MIPS Technology, NEC, IDT, Siemens, and others; and the PowerPC from IBM and Motorola. Dual microprocessors and other multi-processor architectures also can be used as the processing unit 121.
  • the system bus may be any of several types of bus structure including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of conventional bus architectures such as PCI, VESA, MicroChannel, ISA and EISA, to name a few.
  • the system memory includes read only memory (ROM) 124 and random access memory (RAM) 125.
  • ROM read only memory
  • RAM random access memory
  • BIOS basic input/output system
  • BIOS basic routines that help to transfer information between elements within the computer 120, such as during start-up, is stored in ROM 124.
  • the computer 120 further includes a hard disk drive 127, a magnetic disk drive 128, e.g., to read from or write to a removable disk 129, and an optical disk drive 130, e.g., for reading a CD-ROM disk 131 or to read from or write to other optical media.
  • the hard disk drive 127, magnetic disk drive 128, and optical disk drive 130 are connected to the system bus 123 by a hard disk drive interface 132, a magnetic disk drive interface 133, and an optical drive interface 134, respectively.
  • the drives and their associated computer-readable media provide nonvolatile storage of data, data structures, computer-executable instructions, etc. for the server computer 120.
  • a number of program modules may be stored in the drives and RAM 125, including an operating system 135, one or more application programs 136, other program modules 137, and program data 138.
  • the operating system 135 in the illustrated computer can be Microsoft Windows NT Server operating system, together with the before mentioned Microsoft Transaction Server, Microsoft Windows 95, Microsoft Windows 98 or Microsoft Windows 2000.
  • a user may enter commands and information into the computer 120 through a keyboard 140 and pointing device, such as a mouse 142.
  • Other input devices may include a microphone, joystick, game pad, satellite dish, scanner, or the like.
  • serial port interface 146 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port or a universal serial bus
  • a monitor 147 or other type of display device is also connected to the system bus 123 via an interface, such as a video adapter 148.
  • computers typically include other peripheral output devices (not shown), such as speakers and printers.
  • the computer 120 may operate in a networked environment using logical connections to one or more remote computers, such as a remote server or client computer 149.
  • the remote computer 149 may be a workstation, a server computer, a router, a peer device or other common network node, and typically includes many or all of the elements described relative to the computer 120, although only a memory storage device 150 has been. illustrated in Fig. 4.
  • LAN local area network
  • WAN wide area network
  • the computer 120 When used in a LAN networking environment, the computer 120 is connected to the local network 151 through a network interface or adapter 153.
  • the server computer 120 When used in a WAN networking environment, the server computer 120 typically includes a modem 154, or is connected to-a communications server on the LAN, or has p ⁇ ier means for establishing communications over the wide area network 152, such as the Internet.
  • the modem 154 which maybe internal or external, is connected to the system bus 123 via the serial port interface 146.
  • program modules depicted relative to the computer 320, or portions thereof, may be stored in the remote memory storage device. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
  • FIG. 5 illustrates a more detailed environment with respect to the present invention.
  • a processor 200 is coupled to a memory medium 220 through a bus 225.
  • the processor is also coupled to a network 210 through a network line 215.
  • the network 210 allows for the processor to retrieve and send assemblies and other components with other remote computers.
  • the memory medium 220 includes a cache memory 230 separate from the remaining portions of the memory.
  • a hashing component 260 resides on the memory medium 220 for inserting version information and hashes of assemblies during the development stage of the assemblies. However, the hashing component 260 could insert the hashes during an initial deployment and testing of the application programs and assemblies or by an administrator at a later time.
  • the hashing component 260 can be an application program interface (API) that resides as part of an operating system 275. However, the hashing component 260 can be part of the application program 232.
  • the hashing component 260 maybe comprised of a number of different components, for example, separate components for the hash and versioning functions.
  • the application program 232 is deployed and loaded into the cache 230 ⁇ e.g., an in-memory cache that remembers all assemblies that have been loaded).
  • the application program 232 communicates to a loader 250, which locates the assemblies specified by the application program 232 to be used by the application program 232 at runtime and loads these assemblies into the cache 230.
  • a first assembly 234, labeled assembly A, and a second assembly 236, labeled assembly B are loaded into the cache 230.
  • the second assembly 236 includes a first module 238 and a second module 240 that are also loaded into the cache 230.
  • the first assembly 234 and the second assembly 236 may reside as shared assemblies that are part of the operating system 275, may reside as libraries on a remote computer, may reside in a directory as part of the application program 232 or within another application program.
  • a binding component 280 also resides in the memory medium 220.
  • the binding component 280 provides a binding policy and is used to manage the applications that deal with shared assemblies.
  • the binding component 280 can make decision of whether to bind to an original, upgraded or standardized version of assemblies.
  • the first assembly 234 and the second assembly 236 can have the same assembly name where the second assembly 236 is an updated version of the first assembly 234.
  • both assemblies may be loaded into the cache 230 by the loader 250.
  • the binding component 280 can then determine whether or not the application program 232 should bind to the first assembly 234 or the second assembly 236 based on a binding policy defined in the binding component 280.
  • the binding component 280 allows for assemblies with the same name to reside side by side within a system and allows the application program 232, a developer or an administrator the ability to control the decision making on what is the appropriate binding policy.
  • a verification component 270 resides on memory medium 220. The verification component is invoked to read the manifests within the assemblies and call the hash algorithm used to hash the assemblies and the manifests of the assemblies. The verification component 270 then compares the hashes within the manifests with actual hashes obtained by running hashes on the assemblies.
  • the verification component 270 can then communicate to the application program 232 whether or not any changes have occurred with the assemblies. The verification component 270 can then decide whether or not to abort.
  • the verification component 270 can check version and publisher information based on the binding policy set by the binding component 280. These version and publisher information can be used to determine if the application program should execute the assemblies even if changes were found based on the hash verification.
  • the verification component retains a table of hashes of the assemblies employed during initial deployment and testing of the application program. The verification component can then run hashes on the assemblies and compare the hashes with the hashes found in the tables.
  • the verifying component 270 can be an application program interface (API) that resides as part of an operating system 275 or can be part of the application program 232.
  • API application program interface
  • Fig. 6 illustrates one particular methodology for ensuring and verifying the integrity of an assembly having modules.
  • an assembly is provided having at least one module.
  • a top assembly of the assembly is provided having an assembly manifest with identity information and module information.
  • a hash of the entire file contents of at least one module is provided in the module information by invoking the hashing component 260 in step 320.
  • the application program 232 and the assemblies employed by the application program can now be loaded into the cache 230 for execution.
  • the hash value of the at least one module in the module information is compared with actual hash value of the at least one module.
  • a determination of whether the contents of the assembly have changed is made.
  • step 345 If the assembly has not changed (NO), the assembly is executed in step 345. If the assembly has changed (YES), typically an error would be returned and the application program would abort.
  • An optional step of checking the identity information is provided in step 350 based on a particular binding policy defined in the binding component 280.
  • step 360 a determination of whether the modification was done by a trustworthy publisher is made by the verification component 275. If the publisher is trustworthy (YES), the assembly is executed in step 365. If the publisher is not trustworthy (NO), the application program 232 is returned an error and then aborts in step 370.
  • Fig. 7 illustrates one particular methodology for ensuring and verifying the integrity of assemblies referenced by other assemblies.
  • an assembly is provided that references at least one other assembly.
  • the assembly is provided with an assembly manifest having identity information and dependency information.
  • the dependency information includes a listing of at least one referenced assembly.
  • a hash of the manifests of the at least one referenced assembly is provided as part of the dependency information by invoking the hashing component 260, in step
  • step 430 the hash value of the at least one referenced assembly in the dependency information is compared with actual hash values of the manifests of the at least one referenced assembly by employing the verification component 270.
  • step 440 a determination of whether the contents of any referenced assembly has changed is made. If none of the referenced assemblies have changed (NO), the referenced assemblies are executed in step 445. If any of the referenced assemblies have changed (YES), typically an error would be returned and the application program would abort.
  • An optional step of checking the identity information is provided in step 450 based on a particular binding policy defined in the binding component 280.
  • step 460 a determination of whether the modification was done by a trustworthy publisher is made. If the publisher is trustworthy (YES), the referenced assemblies are executed in step 465. If the publisher is not trustworthy (NO), the application program is returned an error and then aborts in step 470.
  • This invention has industrial applicability in the area of computers and computer software.

Abstract

An input device is disclosed having an interface controller (12) which transmits both keystroke (13) and voice data (14) to a computer. The computer may split the data for separate processing and include vocal articulation processing for voice or speech recognition. The input device may be a voice recognition keyboard where voice recognition processing is local to the keyboard and the keyboard may remotely control multimedia electronic devices. The spoken commands to the input device may initiate internet access. The invention further contemplates methods for providing keystroke and voice input (17) to a computer system over a single interface for voice or speech recognition, converting spoken words into text, providing access to the internet from a computer connected to the internet, or remotely controlling at least one electronic device with a spoken command.

Description

Title: BINDING BY HASH
Technical Field The present invention relates to computer systems, and more particularly to a system and method for ensuring the integrity of components employed by application programs at runtime.
Background Art In the past, application programs consisted of a single monolithic binary file.
Once a compiler generated the application program, the application program did not change until a next version was recompiled and shipped. Changes in an operating system, hardware and market demands were dependent on waiting for the next version to be implemented and recompiled. Today, application programs are comprised of several components - additionally, many of these components are linked at runtime.
These components include dynamically linked libraries (DLLs) and other files that are shared by different application programs. These DLLs are listed within tables in application components to be linked at runtime. An operating system will search in a loader search path, application directory, operating system directory or user specified path for the name of the dynamic linked library, so that DLL code can be loaded into memory for execution. Since these DLLs can be shared by different application programs, changes to a DLL for one application may cause another application to stop operating.
- Furthermore, many application programs running on operating systems, such as Microsoft Windows Operating System employ shared operating system components.
One of the primary issues faced by administrators and developers on the current
Microsoft Windows Operating System platform is the inability to control an exact set of dynamic link libraries and other files that will run as part of a deployed application program. It is quite common to have installation of one application program affect other application programs by overwriting files that those applications depend on.
Unfortunately, there is no built in support in Microsoft Windows Operating System to delect when a file that an application depends on has changed.
Presently, there has not been a way of tracking assemblies used to build and test application programs. In the past, components may be changed and the application program may still run if the changes do not effect the functionality of the application program. For example, if a publisher of a component corrects a minor error in a component, the application program may still operate without a problem. Also, if a version upgrade has occurred by a publisher, the application prograιτj;may execute the component without a problem, if the component is backwards compatable. However, there is no way of protecting application programs from versioning upgrades by a publisher of components, if the publisher was wrong about the new version being backwards compatible with the previous components. Furthermore, if the component has been altered by an untrusted third party, execution of the code can result in damage to the software and hardware of the environment that the application program is operating on. Some codes include versioning information in the name of the component {e.g., fool.dll, kernel2.dll). Since application programs reference these components by name, a change in the name will cause the application program to terminate its operation or use an old version of the component residing on the system. Accordingly, there is an unmet need in the art for a method for ensuring and verifying integrity of components employed by application programs during runtime. There is also a need for a tool for verifying integrity of components at runtime.
Disclosure of the Invention The present invention relates to a system and method of providing security and facilitating the integrity of components or assemblies {e.g., components including metadata), employed during runtime by application programs. The present invention employs cryptographic techniques to facilitate relationship between components. Administrators and developers can utilize this system and method to facilitate that an exact set of dynamic link libraries (DLLs) and other files that have been tested together can in fact run together after they are deployed. Assemblies carry version information that can be used to enforce the versioning rules described by the application program. At runtime, version numbers requested by the application programs are compared with those version numbers of the assemblies that are actually found. In addition to comparing version numbers, the present invention offers a stricter form of version checking based on cryptographic hashes.
Each assembly can be provided with a manifest that contains a list of files or modules that make up the assembly. Part of the information recorded about each file is a hash of the file's contents at the time the manifest was built. The hash is computed over the entire contents of the file. The code that emits the manifest is typically a compiler or a post-link tool, which is may be responsible for computing the hash. The present invention may employ a variety of hash algorithms, such as secured hash algorithm (sha-1), MD5, or any other cryptographically acceptable hash algorithm in computing the hash. In one aspect of the invention, the creator of the manifest can specify which hash algorithm that the creator would like employed. The file hashes can be verified when an assembly is installed into a global assembly cache and each time a file is loaded from a disk. The file hashes described above facilitate integrity of the deployable unit {e.g., the assembly). However, most applications are comprised of several assemblies. Therefore, to ensure integrity of the entire application it is necessary to confirm not only that each individual assembly has not changed, but that the set of assemblies used by the application program at runtime are the same set that were previously built and tested together. In one aspect of the invention, an assembly referencing another assembly computes the hash of the manifest of the referenced assembly. An assembly manifest can include dependency information, which is information about other assemblies that the assembly depends on or references. Part of the information stored as part of the dependency information is a hash of the referenced assembly's manifest. Hashing the manifest of the referenced assembly is sufficient because that manifest in turn includes hashes of all its constituent files. As with the file hashes, hashes on manifests of referenced assemblies can be computed by the tool emitting the manifest.
According to one aspect of the invention, a method is provided for facilitating integrity of an assembly employable by application programs during runtime. An assembly is provided with a manifest that contains a list of modules that make up the assembly and the manifest is provided with a hash of the contents of at least one module of the list of modules."
Another aspect of the invention relates to a method for facilitating the integrity of assemblies employable by application programs at runtime. An assembly is provided with a manifest that contains a list of referenced assemblies that the assembly depends on and the manifest is provided with a hash of a manifest of at least one referenced assembly of the list of referenced assemblies. In yet another aspect of the invention, a computer readable medium is provided having at least one computer executable component employable by an application program at runtime. The computer readable medium comprises an assembly having a ' manifest that contains a list of modules that make up the assembly and>a hash of the contents of at least one module of the list of modules.
Another aspect of the invention relates to a computer readable medium having at least one computer executable component employable by an application program at runtime. The computer readable medium comprises an assembly having a manifest that contains a list of at least one referenced assembly that the assembly depends on and a hash of the contents of a manifest of the at least one referenced assembly.
In accordance with another aspect of the invention, a system is provided for facilitating integrity of assemblies employable by application programs during runtime. The system comprises a first component adapted to provide a manifest for an assembly. The manifest has a list of modules making up the assembly. The system also includes a second component adapted to provide the manifest with a hash of at least one module of the list of modules.
In an alternate aspect of the invention, a system is provided for facilitating integrity of assemblies employable by application programs during runtime. The system comprises a first component adapted to provide a manifest for an assembly. The manifest includes at least one referenced assembly. The system also includes a second component adapted to provide the manifest with a hash of a manifest of the at least one referenced assembly.
'*" Another aspect of the invention relates to a system for facilitating integrity of an assembly employable by application programs during runtime. The system comprises means for relating a manifest having a list of related assemblies to an assembly and means for providing the manifest with a hash of one of a manifest or the at least one of the related assemblies.
To the accomplishment of the foregoing and related ends, the invention then, comprises the features hereinafter fully described and particularly pointed out in the claims. The following description and the annexed drawings set forth in detail certain illustrative embodiments of the invention. These embodiments are indicative, however, of but a few of the various ways in which the principles of the invention may be employed and the present invention is intended to include all such embodiments and their equivalents. Other objects, advantages and novel features of the invention will become apparent from the following detailed description of the invention when considered in conjunction with the drawings.
Brief Description of Drawings
Fig. 1 illustrates a block diagram of an assembly referencing an assembly having multiple modules in accordance with one aspect of the present invention.
Fig. 2 illustrates a detailed block diagram of an assembly having multiple modules in accordance with one aspect of the present invention. Fig. 3 illustrates a detailed block diagram of an assembly referencing multiple assemblies in accordance with one aspect of the present invention.
Fig. 4 illustrates a block diagram of a computer system in accordance with an environment of the present invention.
Fig. 5 illustrates a detailed block diagram of an environment in accordance with the present invention.
Fig. 6 illustrates a flow diagram of one particular methodology for facilitating the integrity of an assembly in accordance with one aspect of the present invention. Fig. 7 illustrates a flow diagram of another methodology for facilitating the integrity of an assembly in accordance with one aspect of the present invention.
Morie(s) for Carrying Out the Invention The present invention is now described with reference to the drawings, wherein like reference numerals are used to refer to like elements throughout. The present invention is described with reference to a system and method for facilitating integrity of components employed by application programs during runtime. These components are typically dynamically linked libraries (DLLs), but also could include definition files, declaration files and executable files linked to an application program at runtime. An assembly according to at least one aspect of the subject invention is herein defined as components that include metadata defining the assembly, describing components that make up the assembly and describing the assemblies that an assembly depends on. The present invention employs cryptographic techniques, such as hashing, to ensure the integrity of assemblies used by application programs. Additionally, the present invention allows for reduction of large DLL files to be divided into several smaller files while ensuring DLL integrity.
Fig. 1 illustrates relationships of assemblies according to the present invention. A first assembly 10 includes a top assembly 12 {e.g., a file with a metadata section or manifest) and a module or subassembly 14. The assembly 10 can include a top assembly and any number of modules that make up the assembly 10. The top assembly is defined as an assembly that includes a metadata section or manifest. The metadata section or manifest can include identity information defining the assembly, assembly references that define the dependencies to other assemblies and module references that define a link to modules or subassemblies. A metadata section 16 is provided in the top assembly 12 that includes information regarding the first assembly 10. The metadata section 16 includes an identity information component 17 and a file validation digest component 18. The identity information component 17 includes information about the first assembly 10, while the file validation digest component 18 includes information about the module 14. The identity information component 17 can include such information as a simple name, version information, operating system or processor information, publisher information, in addition to many other types of information about the first assembly 10. The file validation digest component 18 may include a hash of the module 14. The information in the identity infonnation component 17 is accessible to others, while the information in the file validation digest component 18 is not accessible to others, but can be used prior to runtime or at runtime to verify that the assembly has not been modified. A top assembly digest 19 may be provided at the end of the top assembly 12. The top assembly digest 19 may contain a hash of the contents of the top assembly 12. The top assembly hash can be used to verify that the contents of the top assembly 12 have not been modified, while the hash in the file validation digest component 18 can be used to verify that the module 14 has not been modified. It is to be appreciated that most application programs are comprised of several assemblies, some of which refer to other assemblies while executing. Therefore, Fig. 1 also illustrates a second assembly 20 being provided that depends on the first assembly
10. A metadata section 22 is provided in the second assembly 20 that includes information regarding the second assembly 20 and also information about the first assembly 10, which it references during runtime. The metadata section 22 includes an identity information component 24 and a reference validation digest component 26. The identity information component 24 includes infonnation about the second assembly 24, while the reference validation digest component 26 includes information about the first assembly 10. The-identity information component 24 can includ ;such information as a simple name, version information, operating system or processor infonriation, publisher information, in addition to many other types of information about the second assembly 20. The reference validation digest component 26 may include a hash of the metadata section 16 of the top assembly 12 of the first assembly 10.
The information in the identity information component 24 is accessible to others, while the information in the file validation digest component 26 is not accessible to others, but can be used prior to runtime or at runtime to verify that the first assembly 10 and the second assembly 20 have not been modified. Since the metadata section 16 includes the hash of the module 14, there is no need to provide a hash in the metadata section 22 of the second assembly 20 to verify that the module 14 has not been modified. The reference validation digest 26 can optionally include a hash value of the top assembly 12. However, this is not necessary because the top assembly hash in the top assembly digest 19 can be compared with an actual hash value of the top assembly 12 determined before or at runtime.
Fig. 2 illustrates the composition of an assembly in more detail according to the present invention. An assembly 30 is comprised of a top assembly 40, a first module 45 and a second module 50. The top assembly 40 includes a metadata section 42 referred to as an assembly manifest. The assembly manifest 42 includes identity information having the following information: originator name, locale, major version, minor version, revision, build and module information. Other information can be placed in the identity manifest {e.g., operating system). The module infonnation is a list of the modules making up the assembly 30 and the hash of the file contents of each module. Prior to or at runtime, the module hashes in the assembly manifest 42 can be checked against the actual hashes of the first module 45 and the second module 50, using the same hash algorithm, to determine the integrity of the assembly 30. Optionally, the top assembly 40 include a top assembly hash 43 located at the end of the file. The top assembly hash can be utilized to determine if any changes have occurred in the top assembly 40. If the assembly 30 has changed, the application program calling the assembly 30 can choose to abort. In an alternate aspect of the invention, the application program may choose to review the identity information to determine if the change has been invoked by a trustworthy source. The application program can then choose to abort or allow execution of the assembly 30.
Fig. 3 illustrates the composition of an assembly that reference^ another assembly in more detail according to the present invention. A referencing assembly 70, labeled assembly B, references a first referenced assembly 80, labeled assembly C, and a second referenced assembly 90, labeled as assembly D. The referencing assembly 70 includes an assembly manifest 72 having module information similar to the module information of top assembly 40 described in Fig. 2. The assembly manifest 72 also includes dependency information such as a list of assemblies that the referencing assembly 70 depends on during execution. The dependency information also includes a hash of the top assembly manifest of each referenced assembly. Optionally, the dependency information includes a hash of the top assembly. The first referenced assembly 80 has an assembly manifest 82 including both identity information and dependency information, and an optional top assembly digest 83. The presence of dependency information informs the application program that the first referenced assembly 80 also depends on at least one other assembly. The first referenced assembly 80 does not have any modules and therefore there is not any module information or hashes for any modules. The second referenced assembly 90 has an assembly manifest 94 that includes module information, but not any dependency information. Therefore, since the second referenced assembly 90 does not have any dependency information it does not depend on any other assemblies to execute. An optional top assembly digest 95'is also provided at the end of the second referenced assembly 90. The second referenced assembly 90 is comprised of a top assembly 92, a first module 96 and a second module 98. The module information includes a list of the modules of the assembly 90 and the hash of the entire contents of each module. The entire contents of assemblies 70, 80 and 90 can be loaded into a cache of a computer system at runtime and the hashes verified with the hashes stored in the manifests at or prior to runtime. Fig. 4 and the following discussion are intended to provide a brief, general description of a suitable computing environment in which the invention may be implemented. While the invention will be described in the general context of computer- executable instructions of a computer program that runs on a personal or server computer, those skilled in the art will recognize that the invention also may be implemented in combination with other program modules. Generally, program modules include routines, programs, components, data structures, etc. that perform particular tasks or implement particular abstract data types. Moreover, those skilled in the art will appreciate that the invention may be practiced with other computer system configurations, including single- or multiprocessor computer systems, minicomputers, mainframe computers, hand-held computing devices, microprocessor-based or programmable consumer electronics, and the like. The illustrated embodiment of the invention also is practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. But, some embodiments of the invention can be practiced on stand-alone computers. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
With reference to Fig. 4, an exemplary system for implementing the invention includes a conventional personal or server computer 120, including a processing unit 121, a system memory 122, and a system bus 123 that couples various system components including the system memory to the processing unit 121. The processing unit may be any of various commercially available processors, including Intel x86, Pentium and compatible microprocessors from Intel and others, including Cyrix, AMD and Nexgen; Alpha from Digital; MIPS from MIPS Technology, NEC, IDT, Siemens, and others; and the PowerPC from IBM and Motorola. Dual microprocessors and other multi-processor architectures also can be used as the processing unit 121.
The system bus may be any of several types of bus structure including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of conventional bus architectures such as PCI, VESA, MicroChannel, ISA and EISA, to name a few. The system memory includes read only memory (ROM) 124 and random access memory (RAM) 125. A basic input/output system (BIOS), containing the basic routines that help to transfer information between elements within the computer 120, such as during start-up, is stored in ROM 124.
The computer 120 further includes a hard disk drive 127, a magnetic disk drive 128, e.g., to read from or write to a removable disk 129, and an optical disk drive 130, e.g., for reading a CD-ROM disk 131 or to read from or write to other optical media. The hard disk drive 127, magnetic disk drive 128, and optical disk drive 130 are connected to the system bus 123 by a hard disk drive interface 132, a magnetic disk drive interface 133, and an optical drive interface 134, respectively. The drives and their associated computer-readable media provide nonvolatile storage of data, data structures, computer-executable instructions, etc. for the server computer 120. Although the description of computer-readable media above refers to^hard disk, a removable magnetic disk and a CD, it should be appreciated by those skilled in the art that other types of media which are readable by a computer, such as magnetic cassettes, flash memory cards, digital video disks, Bernoulli cartridges, and the like, may also be used in the exemplary operating environment.
A number of program modules may be stored in the drives and RAM 125, including an operating system 135, one or more application programs 136, other program modules 137, and program data 138. The operating system 135 in the illustrated computer can be Microsoft Windows NT Server operating system, together with the before mentioned Microsoft Transaction Server, Microsoft Windows 95, Microsoft Windows 98 or Microsoft Windows 2000. A user may enter commands and information into the computer 120 through a keyboard 140 and pointing device, such as a mouse 142. Other input devices (not shown) may include a microphone, joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 121 through a serial port interface 146 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port or a universal serial bus
(USB). A monitor 147 or other type of display device is also connected to the system bus 123 via an interface, such as a video adapter 148. In addition to the monitor, computers typically include other peripheral output devices (not shown), such as speakers and printers. The computer 120 may operate in a networked environment using logical connections to one or more remote computers, such as a remote server or client computer 149. The remote computer 149 may be a workstation, a server computer, a router, a peer device or other common network node, and typically includes many or all of the elements described relative to the computer 120, although only a memory storage device 150 has been. illustrated in Fig. 4. The logical connections depicted in Fig. 4 include a local area network (LAN) 151 and a wide area network (WAN) 152. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet. When used in a LAN networking environment, the computer 120 is connected to the local network 151 through a network interface or adapter 153. When used in a WAN networking environment, the server computer 120 typically includes a modem 154, or is connected to-a communications server on the LAN, or has pϋier means for establishing communications over the wide area network 152, such as the Internet. The modem 154, which maybe internal or external, is connected to the system bus 123 via the serial port interface 146. In a networked environment, program modules depicted relative to the computer 320, or portions thereof, may be stored in the remote memory storage device. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
In accordance with practices of persons skilled in the art of computer programming, the present invention is described below with reference to acts and symbolic representations of operations that are performed by the computer 120, unless indicated otherwise. Such acts and operations are sometimes referred to as being computer-executed. It will be appreciated that the acts and symbolically represented operations include the manipulation by the processing unit 121 of electrical signals representing data bits which causes a resulting transformation or reduction of the electrical signal representation, and the maintenance of data bits at memory locations in the memory system (including the system memory 122, hard drive 127, floppy disks
129, and CD-ROM 131) to thereby reconfigure or otherwise alter the computer system's operation, as well as other processing of signals. The memory locations where data bits are maintained are physical locations that have particular electrical, magnetic, or optical properties corresponding to the data bits. Fig. 5 illustrates a more detailed environment with respect to the present invention. A processor 200 is coupled to a memory medium 220 through a bus 225. The processor is also coupled to a network 210 through a network line 215. The network 210 allows for the processor to retrieve and send assemblies and other components with other remote computers. The memory medium 220 includes a cache memory 230 separate from the remaining portions of the memory. The cache memory
230 is where the application program 232 executes. It is to be appreciated that the remaining memory can be a secondary cache, ROM, RAM, or some fixed or floppy disk medium. A hashing component 260 resides on the memory medium 220 for inserting version information and hashes of assemblies during the development stage of the assemblies. However, the hashing component 260 could insert the hashes during an initial deployment and testing of the application programs and assemblies or by an administrator at a later time. The hashing component 260 can be an application program interface (API) that resides as part of an operating system 275. However, the hashing component 260 can be part of the application program 232. Furthermore, the hashing component 260 maybe comprised of a number of different components, for example, separate components for the hash and versioning functions.
The application program 232 is deployed and loaded into the cache 230 {e.g., an in-memory cache that remembers all assemblies that have been loaded). The application program 232 communicates to a loader 250, which locates the assemblies specified by the application program 232 to be used by the application program 232 at runtime and loads these assemblies into the cache 230. In the present example, a first assembly 234, labeled assembly A, and a second assembly 236, labeled assembly B, are loaded into the cache 230. The second assembly 236 includes a first module 238 and a second module 240 that are also loaded into the cache 230. The first assembly 234 and the second assembly 236 may reside as shared assemblies that are part of the operating system 275, may reside as libraries on a remote computer, may reside in a directory as part of the application program 232 or within another application program. A binding component 280 also resides in the memory medium 220. The binding component 280 provides a binding policy and is used to manage the applications that deal with shared assemblies. The binding component 280 can make decision of whether to bind to an original, upgraded or standardized version of assemblies. For, example, the first assembly 234 and the second assembly 236 can have the same assembly name where the second assembly 236 is an updated version of the first assembly 234. Furthermore, both assemblies may be loaded into the cache 230 by the loader 250. The binding component 280 can then determine whether or not the application program 232 should bind to the first assembly 234 or the second assembly 236 based on a binding policy defined in the binding component 280. The binding component 280 allows for assemblies with the same name to reside side by side within a system and allows the application program 232, a developer or an administrator the ability to control the decision making on what is the appropriate binding policy. A verification component 270 resides on memory medium 220. The verification component is invoked to read the manifests within the assemblies and call the hash algorithm used to hash the assemblies and the manifests of the assemblies. The verification component 270 then compares the hashes within the manifests with actual hashes obtained by running hashes on the assemblies. The verification component 270 can then communicate to the application program 232 whether or not any changes have occurred with the assemblies. The verification component 270 can then decide whether or not to abort. In an alternate aspect of the invention, the verification component 270 can check version and publisher information based on the binding policy set by the binding component 280. These version and publisher information can be used to determine if the application program should execute the assemblies even if changes were found based on the hash verification. In yet another alternate aspect of the invention, the verification component retains a table of hashes of the assemblies employed during initial deployment and testing of the application program. The verification component can then run hashes on the assemblies and compare the hashes with the hashes found in the tables. The verifying component 270 can be an application program interface (API) that resides as part of an operating system 275 or can be part of the application program 232.
It is to be appreciated that the above example of components were depicted as being separate for illustrative purposes only. It is to be understood that various components can be integrated within other components while still maintaining the functionality described above. Furthermore, the above description is an example of how the components can interact to carry out the present invention and other examples may be employed to carry out the present invention.
Fig. 6 illustrates one particular methodology for ensuring and verifying the integrity of an assembly having modules. In step 300, an assembly is provided having at least one module. In step 310, a top assembly of the assembly is provided having an assembly manifest with identity information and module information. A hash of the entire file contents of at least one module is provided in the module information by invoking the hashing component 260 in step 320. The application program 232 and the assemblies employed by the application program can now be loaded into the cache 230 for execution. In step 330, the hash value of the at least one module in the module information is compared with actual hash value of the at least one module. In step 340, a determination of whether the contents of the assembly have changed is made. If the assembly has not changed (NO), the assembly is executed in step 345. If the assembly has changed (YES), typically an error would be returned and the application program would abort. An optional step of checking the identity information is provided in step 350 based on a particular binding policy defined in the binding component 280. In step 360, a determination of whether the modification was done by a trustworthy publisher is made by the verification component 275. If the publisher is trustworthy (YES), the assembly is executed in step 365. If the publisher is not trustworthy (NO), the application program 232 is returned an error and then aborts in step 370.
Fig. 7 illustrates one particular methodology for ensuring and verifying the integrity of assemblies referenced by other assemblies. In step 400, an assembly is provided that references at least one other assembly. In step 410, the assembly is provided with an assembly manifest having identity information and dependency information. The dependency information includes a listing of at least one referenced assembly. A hash of the manifests of the at least one referenced assembly is provided as part of the dependency information by invoking the hashing component 260, in step
420. The application program 232 and the assemblies employed by the application program can now be loaded into the cache 230 by the loader 250 for execution. In step 430, the hash value of the at least one referenced assembly in the dependency information is compared with actual hash values of the manifests of the at least one referenced assembly by employing the verification component 270. In step 440, a determination of whether the contents of any referenced assembly has changed is made. If none of the referenced assemblies have changed (NO), the referenced assemblies are executed in step 445. If any of the referenced assemblies have changed (YES), typically an error would be returned and the application program would abort. An optional step of checking the identity information is provided in step 450 based on a particular binding policy defined in the binding component 280. In step 460, a determination of whether the modification was done by a trustworthy publisher is made. If the publisher is trustworthy (YES), the referenced assemblies are executed in step 465. If the publisher is not trustworthy (NO), the application program is returned an error and then aborts in step 470.
The present invention has been illustrated with respect to a programming methodology and/or computer architecture and a particular example, however, it is to be appreciated that various programming methodology and/or computer architecture suitable for carrying out the present invention may be employed and are intended to fall within the scope of the hereto appended claims.
The invention has been described with reference to the preferred aspects of the invention. Obviously, modifications and alterations will occur to othejs upon reading and understanding the foregone detailed description. It is intended that the invention be construed as including all such modifications alterations, and equivalents thereof.
Industrial Applicability
This invention has industrial applicability in the area of computers and computer software.

Claims

ClaimsWhat is claimed is:
1. A method for facilitating integrity of an assembly empj-syable by application programs during runtime, comprising the steps of: providing an assembly with a manifest that contains a list of modules that make up the assembly; and providing the manifest with a hash of the contents of at least one module of the list of modules.
2. The method of claim 1 , the step of providing the manifest with a hash of the contents of at least one module of the list of modules comprising the step of providing the manifest with a hash of each module of the list of modules that constitutes the assembly.
3. The method of claim 1, further comprising the step of providing identity information in the manifest of the assembly.
4. The method of claim 3, the identity information comprising publisher information and version information.
■ .
5. The method of claim 1, further comprising the step of providing a hash of the contents of the assembly at the end of the assembly.
6. The method of claim 1 , further comprising the step of determining if the contents of the assembly has been modified by determining an actual hash of the contents of the at least one module of the list of modules and comparing the actual hash with the hash of the contents of the at least one module of the list of modules residing in the manifest of the assembly.
7. The method of claim 6, further comprising the step of determining if the publisher of the assembly is trustworthy if the assembly has been modified.
8. The method of claim 7, the step of determining if the publisher of the assembly is trustworthy if the assembly has been modified comprising the step of checking version information and publisher name information residing in the manifest of the assembly. ~ <
9. The method of claim 1 , further comprising the step of providing the manifest with a hash of a manifest of at least one other assembly that the assembly depends on.
10. A method for facilitating integrity of assemblies employable by application programs during runtime, comprising the steps of: providing an assembly with a manifest that contains a list of referenced assemblies that the assembly depends on; and providing the manifest with a hash of a manifest of at least one referenced assembly of the list of referenced assemblies.
11. The method of claim 10, the step of providing the manifest with a hash of a manifest of at least one referenced assembly of the list of referenced assemblies comprising the steps of providing the manifest with a hash of each referenced assembly of the list of referenced assemblies.
~ 12. The method of claim 10, further comprising the step of providing identity information in the manifest of the assembly.
13. The method of claim 12, the identity information comprising publisher information and version information.
14. The method of claim 10, further comprising the step of providing a hash of the contents of the assembly at the end of the assembly.
15. The method of claim 10, further comprising the step of determining if the contents of the at least one referenced assembly has been modified by determining an actual hash of the contents of the at least one referenced assembly of the list of referenced assemblies and comparing the actual hash with the hash of the contents of the at least one referenced assembly of the list of referenced assemblies residing in the manifest of the assembly.
16. The method of claim 15, further comprising the step of determining if the publisher of the at least one referenced assembly is trustworthy if the at least one referenced assembly has been modified.
17. The method of claim 16, the step of determining if the publisher of the at least one referenced assembly is trustworthy if the at least one referenced assembly has been modified comprising the step of checking version information and publisher name information residing in a manifest of the at least one referenced assembly.
18. A computer readable medium having at least one computer executable component employable by an application program at runtime comprising; an assembly including a manifest that contains a list of modules that make up the assembly and a hash of the contents of at least one assembly of the list of modules.
19. The computer readable medium of claim 18, the manifest including a list of at least one referenced assembly and a hash of a manifest of the at least one referenced assembly.
~" 20. The computer readable medium of claim 19, the manifest including identity information and version information.
21. The computer readable medium of claim 19, the assembly being a dynamically linked library.
22. A computer readable medium having at least one computer executable component employable by an application program at runtime comprising: an assembly including a manifest that contains a list of at least one referenced assembly that the assembly references and a hash of the contents of a manifest of the at least one referenced assembly.
23. A system for facilitating integrity of assemblies employable by application-programs at runtime, the system comprising: a first component adapted to provide a manifest for an assembly, the manifest having a list of modules making up the assembly; and a second component adapted to provide the manifest with a hash of at least one module of the list of modules.
24. The system of claim 23, further comprising a third component adapted to compare the hash of the at least one module with an actual hash value of the at least one module.
25. The system of claim 24, the manifest including identity and version information and the third component adapted to determine if the assembly should be executed based on a review of the originator and version information, if the hash of the at least one module in the manifest and the actual hash value of the at least one module are different.
26. The system of claim 23, further comprising a binding component adapted to provide binding policy information for determining a version of an assembly that an application program will run if another assembly having the same name resides on the system.
27. A system for facilitating integrity of assemblies employable by application programs at runtime, the system comprising: a first component adapted to provide a manifest for an assembly, the manifest having at least one referenced assembly; and
' a second component adapted to provide the manifest with a hash of the at least one referenced assembly.
28. The system of claim 27, further comprising a third component adapted to compare the hash of the at least one referenced assembly in the manifest with an actual hash value of the at least one referenced assembly.
29. The system of claim 27, further comprising a binding component adapted to provide the third component with binding policy information.
30. A system for facilitating integrity of an assembly employable by application programs at runtime, the system comprising: means for relating a manifest having a list of at least one related assembly to an assembly; and means for providing the manifest with a hash of the at least one related assembly.
31. The system of claim 30, the at least one related assembly being a module.
32. The system of claim 30, the at least one related assembly being a referenced assembly.
33. The system of claim 30, further comprising means for comparing a hash value of the at least one related assembly in the manifest to an actual hash value of the at least one related assembly.
34. The system of claim 30, further comprising means for establishing a binding policy.
35. The system of claim 30, at least one of the assembly and the at least one related assembly being a dynamically linked library.
EP01948631A 2000-06-23 2001-06-22 Input device for voice recognition and articulation using keystroke data. Withdrawn EP1312077A4 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US60242500A 2000-06-23 2000-06-23
US602425 2000-06-23
PCT/US2001/019999 WO2002001551A1 (en) 2000-06-23 2001-06-22 Input device for voice recognition and articulation using keystroke data.

Publications (2)

Publication Number Publication Date
EP1312077A1 true EP1312077A1 (en) 2003-05-21
EP1312077A4 EP1312077A4 (en) 2005-08-17

Family

ID=24411298

Family Applications (1)

Application Number Title Priority Date Filing Date
EP01948631A Withdrawn EP1312077A4 (en) 2000-06-23 2001-06-22 Input device for voice recognition and articulation using keystroke data.

Country Status (8)

Country Link
EP (1) EP1312077A4 (en)
JP (1) JP2004509385A (en)
CN (1) CN1237509C (en)
AU (1) AU2001270088A1 (en)
CA (1) CA2407930A1 (en)
HK (1) HK1059332A1 (en)
TW (1) TW514824B (en)
WO (1) WO2002001551A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004128789A (en) * 2002-10-01 2004-04-22 Matsushita Electric Ind Co Ltd Internet phone device and internet phone system
US8346983B2 (en) * 2005-12-20 2013-01-01 Creative Technology Ltd Simultaneous sharing of system resources by multiple input devices
JP4337891B2 (en) * 2007-03-01 2009-09-30 セイコーエプソン株式会社 Storage terminal and information processing system
CN104468572A (en) * 2014-12-08 2015-03-25 上海大学 Method for remote voice control over strain selecting instrument through Android mobile phone
KR102346026B1 (en) 2019-02-11 2021-12-31 삼성전자주식회사 Electronic device and Method for controlling the electronic device thereof

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19815760A1 (en) * 1998-04-08 1998-11-26 Siegfried Dipl Ing Schmidt Telephone appts. with speech based dialling
JPH1125098A (en) * 1997-06-24 1999-01-29 Internatl Business Mach Corp <Ibm> Information processor and method for obtaining link destination file and storage medium
US5874939A (en) * 1996-12-10 1999-02-23 Motorola, Inc. Keyboard apparatus and method with voice recognition
US5893064A (en) * 1997-05-14 1999-04-06 K2 Interactive Llc Speech recognition method and apparatus with voice commands and associated keystrokes
DE19853689A1 (en) * 1998-11-20 2000-05-31 Detlef Arndt Speech-controlled machine operating method uses remote-control device for accessing control functions for controlled machine or device stored in computer control program

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA1186028A (en) * 1982-06-23 1985-04-23 Microdesign Limited Method and apparatus for scrambling and unscrambling data streams using encryption and decryption
US5903870A (en) * 1995-09-18 1999-05-11 Vis Tell, Inc. Voice recognition and display device apparatus and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5874939A (en) * 1996-12-10 1999-02-23 Motorola, Inc. Keyboard apparatus and method with voice recognition
US5893064A (en) * 1997-05-14 1999-04-06 K2 Interactive Llc Speech recognition method and apparatus with voice commands and associated keystrokes
JPH1125098A (en) * 1997-06-24 1999-01-29 Internatl Business Mach Corp <Ibm> Information processor and method for obtaining link destination file and storage medium
DE19815760A1 (en) * 1998-04-08 1998-11-26 Siegfried Dipl Ing Schmidt Telephone appts. with speech based dialling
DE19853689A1 (en) * 1998-11-20 2000-05-31 Detlef Arndt Speech-controlled machine operating method uses remote-control device for accessing control functions for controlled machine or device stored in computer control program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of WO0201551A1 *

Also Published As

Publication number Publication date
CA2407930A1 (en) 2002-01-03
EP1312077A4 (en) 2005-08-17
WO2002001551A1 (en) 2002-01-03
WO2002001551A9 (en) 2002-11-14
CN1451156A (en) 2003-10-22
AU2001270088A1 (en) 2002-01-08
CN1237509C (en) 2006-01-18
HK1059332A1 (en) 2004-06-25
JP2004509385A (en) 2004-03-25
TW514824B (en) 2002-12-21

Similar Documents

Publication Publication Date Title
US7124408B1 (en) Binding by hash
US7117371B1 (en) Shared names
US9910743B2 (en) Method, system and device for validating repair files and repairing corrupt software
US7055146B1 (en) Method and system for dynamically inserting modifications for identified programs
US6802006B1 (en) System and method of verifying the authenticity of dynamically connectable executable images
US7703083B2 (en) Persisting and resolving application assembly binds
US5617533A (en) System and method for determining whether a software package conforms to packaging rules and requirements
US8181166B2 (en) System and method for determining when an EJB compiler needs to be executed
EP1577767B1 (en) Code rewriting
US8407692B2 (en) Dynamic correction of component manifests
US7650504B2 (en) System and method of verifying the authenticity of dynamically connectable executable images
EP1303802B1 (en) System and method of verifying the authenticity of dynamically connectable executable images
WO2002001551A1 (en) Input device for voice recognition and articulation using keystroke data.
JP2007128537A (en) System and method for verifying authenticity of dynamically connectable execution image

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20030123

AK Designated contracting states

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE TR

AX Request for extension of the european patent

Extension state: AL LT LV MK RO SI

A4 Supplementary search report drawn up and despatched

Effective date: 20050630

RIC1 Information provided on ipc code assigned before grant

Ipc: 7G 06F 3/00 B

Ipc: 7G 10L 15/26 A

17Q First examination report despatched

Effective date: 20050912

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20080103