This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
forked from salva/ring3k
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
51 lines (46 loc) · 1.65 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Things to do:
- create a gdb stub
- remove dependency of tests on native ntdll.dll
- catch exceptions thrown by new
- figure out how to run cmd.exe
- make all waits safe for terminate (and suspend)
write a test for thread exit issues and fix
- implement mailslots
- implement NtQueryInformationToken 0x20 11 (nil) 0 0x6f5fc
- document registry format
- check memory leaks
- create a context_t to manage registers
- default registry values
- read/write native registry format
- documentation in textinfo
- fix make install target
<che> but one file gets installed into the "wrong" location
<che> actually it is the minitris.exe
<che> /usr/data/minitris.exe
<che> is obviously "wrong" :D
<che> should be using something like @DATADIR@/ring3k/ maybe?
<che> or rather the libdir/ring3k
<che> because it is an executeable.
Semi Completed:
- timers
- preemptive scheduling
- registry
- directories/files
- memory
- tokens/security
- object symbolic links
- figure out what SeRmCommandPort is -> SeRm = Security Reference Monitor
Implement a port server in kernel
- figure out how ConnectNamePipe, WaitNamedPipe, CallNamedPipe work
- separate registry binary and hex values so
hex can be written <n n="foo">1</n>
- test program for named pipes
- test program for mailslots
- make object store hierachical
- integrate NtCreateFile with the object management code
- implement named pipes
- fix cases where non-zero status can be success
- use file_t* instead of fds in blocks and sections
- move binary to root directory
- figure out ntsvcs (http://www.hsc.fr/ressources/articles/win_net_srv/msrpc_pnp.html)
- figure out why smss.exe is hitting a breakpoint at startup