Changeset 163
- Timestamp:
- 12/07/09 15:52:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/devel/TODO
r157 r163 29 29 30 30 - Unicode support still needs improvement. While parsing strings seems 31 to be decent, UTF-8 output would be nice. Need support for 32 UTF-16LE key and value names. To do this, the UTF conversion 33 functions need to be moved to regfi. 34 35 - The interface between reglookup.c and regfi.c is much better than it 36 used to be, but the parsing of data objects needs to be moved into the 37 library. The quoting syntax should stay in reglookup/reglookup-recover 38 but the basic parsing of data types into proper structures should 39 happen in the library so that they are accessible to other users of the 40 library. 31 to be decent, UTF-8 output would be nice. 41 32 42 33 - Develop and solidify regfi API. Regfi should be better documented and 43 eventually needs a set of Python wrappers. 34 eventually needs a set of higher-language wrappers, starting with Python 35 and possibly moving on to Perl as well. 44 36 45 - Documentation. The security descriptor output format needs to be 46 documented. Also, function contracts should be added to the 37 - Documentation. The security descriptor output format needs to be 38 documented. Also, function contracts should be added to the 47 39 lower-level functions of regfi.c. 48 40
Note: See TracChangeset
for help on using the changeset viewer.