]> git.itanic.dy.fi Git - scan-pagemap/commit
Initial commit
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sat, 3 Jul 2010 12:02:25 +0000 (15:02 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sat, 3 Jul 2010 12:02:25 +0000 (15:02 +0300)
commitbe20ba380b6130cfd0559be9cf6f680cdc3d09da
tree6c63ce84c1c0cb09925692cfc53ec6dc0cb0071a
Initial commit

Not much functionality yet. Reads a single (hard coded) pid's memory
regions and prints the data as debug prints out.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
bintree.c [new file with mode: 0644]
bintree.h [new file with mode: 0644]
list.h [new file with mode: 0644]
main.c [new file with mode: 0644]
pagemap.h [new file with mode: 0644]
parse.c [new file with mode: 0644]
parse.h [new file with mode: 0644]
utils.h [new file with mode: 0644]