You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is a list of things that restyle needs to be able to do.
Parsing
CMAP (class map)
BCMAP (base class map)
VMAP (variant map)
VARIANT (properties)
AMAP (animation map)
RMAP (root map) (? what is this)
Strings (typically found in MUI)
The following resource types are present in the default theme, but UXTheme does not seem to care about them: DESKTOP, IMMERSIVE, PVL
Decompilation
Writing classes and properties to INI files
Writing animations to file (possibly XML format?)
Writing basic theme metadata to INI file (strings, variants)
Compilation
CMAP
BCMAP
VMAP
VARIANT
AMAP
RMAP
Strings
Final goal
Decompilation and re-compilation of the default Windows 10 aero.msstyles theme resulting in a usable theme (with theme signature enforcement disabled through patches)
The text was updated successfully, but these errors were encountered:
Along with this, a few things about SchemaDef have been reworked.
More parts and states have to be added. This is by far not complete, but I
want to check in the work that I currently have.
Signed-off-by: Isabella Lulamoon <kawapure@gmail.com>
Below is a list of things that restyle needs to be able to do.
Parsing
CMAP
(class map)BCMAP
(base class map)VMAP
(variant map)VARIANT
(properties)AMAP
(animation map)RMAP
(root map) (? what is this)The following resource types are present in the default theme, but UXTheme does not seem to care about them:
DESKTOP
,IMMERSIVE
,PVL
Decompilation
Compilation
CMAP
BCMAP
VMAP
VARIANT
AMAP
RMAP
Final goal
aero.msstyles
theme resulting in a usable theme (with theme signature enforcement disabled through patches)The text was updated successfully, but these errors were encountered: