
The software utilizes Microsoft's Visual Experience Engine technologies to function. With the rich source of multi-spectral all-sky images it is possible to view the sky in many wavelengths of light. Data is curated from hundreds of different data sources, but its open data nature allows users to explore any third party data that conforms to a WWT supported format. Users are able to navigate the sky by panning and zooming, or explore the 3D universe from the surface of Earth to past the Cosmic microwave background (CMB), viewing both visual imagery and scientific data (academic papers, etc.) about that area and the objects in it. WWT displays astronomical, earth and planetary data allowing visual navigation through the 3-dimensional (3D) Universe. NET Foundation holds the copyright and the project is managed by the American Astronomical Society and has been supported by grants from the Moore Foundation and National Science Foundation. WorldWide Telescope ( WWT) is an open-source set of applications, data and cloud services, originally created by Microsoft Research but now an open source project hosted on GitHub. In addition to extensive documentation that explains how the library and the detouring process work, the package also includes a generous array of samples.Microsoft Windows web app version availableĮnglish, Chinese, Spanish, German, Russian, Hindi You are also able to create or find the target process, as well as insert the detour function. The package also includes various other APIs that you can use to access the payloads, modify the binaries and insert DLL into the execution process. This offers versatility to developers, who want to add extensions and instrumentation methods in their applications.īefore making any changes to the Windows libraries, it is recommended users backup important files with special tools like RegSupreme.

The latter controls the entire procedure by performing pre-processing and post-processing actions until the target function is complete.

Thus, when the target function is reached, execution is redirected to the detour. This is done by replacing the first instructions and storing them in a so-called trampoline function. Then, it interpolates the detour function between the source and the target functions. The procedure goes as follows: the library applies interception code at execution. Operationĭetours Express is a Microsoft-signed package that enables the interception of function calls for systems with different types of architecture.

This is a convenient method which provides flexibility for any development needs.

With it users are able to insert detour functions without affecting the original library. Detours Express is a library for Windows that can intercept Win32 functions.
