File: TODO

package info (click to toggle)
winregfs 0.7-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 344 kB
  • sloc: ansic: 3,650; makefile: 130; sh: 65
file content (18 lines) | stat: -rw-r--r-- 797 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
          Windows Registry FUSE Filesystem TODO list
          ------------------------------------------

* Fix 8 KiB file write limit issue (may really be in ntreg.c)
  For now an error is issued on attempts to write >8192 bytes
  since there are extremely few values that contain this much
  data; the XP compatibility shim cache is pretty much the
  only value of such a size (all others are <6000 bytes)

* Allow arbitrary value types using a hexadecimal extension
(used in SAM and some MS Click-to-Run registry keys)

* Unicode and non-ASCII character support
  This is not only useful for non-Latin characters, it also
  can be used to find novel registry-resident malware such as
  Poweliks, which uses a non-ASCII name to block the Windows
  registry editor from being able to touch it.