Click here to Skip to main content
15,885,111 members
Articles / Desktop Programming / MFC

Import/Export Registry Sections as XML

Rate me:
Please Sign up or sign in to vote.
4.33/5 (16 votes)
21 Jan 20033 min read 165.9K   6.1K   73  
Export registry sections as XML to simplify registry diffs
This article details a tool aimed to import/export registry sections in XML format, to make registry diff easier in practice.
TODO (25 oct)


- [FAIT 25oct] ajout des valeurs avec tri sp�cifique
- [FAIT 25oct] default value
- [FAIT 26oct] valeur binaire, dword, ... � transformer en cha�ne
- [FAIT 26oct] icone de value (binaire, hex, dword)
- [FAIT 26oct] clean du code (registry --> registryxmllib.cpp)
- [FAIT 26oct] sauvegarde xml d'une section
- [FAIT 27oct] prise en compte de la s�lection multiple
- [FAIT 26oct] sauvegarde xml normal, et faked xml
- [FAIT 26oct] afficher la clef courante dans la statusbar
- [FAIT 26oct] double-click sur une valeur pour afficher son contenu (cas des valeurs longues)
- [FAIT 26oct] mieux g�rer le curseur hourglass
- [FAIT 27oct] touche escape
- [FAIT 27oct] d�coupage de la clef de d�part en hi�rarchie

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
France France
Addicted to reverse engineering. At work, I am developing business intelligence software in a team of smart people (independent software vendor).

Need a fast Excel generation component? Try xlsgen.

Comments and Discussions