reactos/media/sdb
2018-04-22 18:56:44 +02:00
..
CMakeLists.txt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
readme.txt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
sysmain.xml [SDB] Add a fix for Globulation 2 unloading / reloading an aux dll. 2018-04-22 18:56:44 +02:00

Sdb

Sdb files are Shim Databases.
They contain information about bad applications, and about the fixes that can be applied to them.


Shims

A shim is a piece of code that influences the process it's applied to.
This can be done by calling certain api's, or by changing the behavior of api's.
'DisableThemes' is an example of a shim that changes behavior by calling 'SetThemeAppProperties'.
'Win95VersionLie' is an example of a shim that changes behavior, by intercepting calls to GetVersion[Ex].

Layers

A layer is a collection (1..n) of shims.
Layers are used to reference a collection of shims by name.