File: TODO

package info (click to toggle)
scanmem 0.17-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,268 kB
  • sloc: ansic: 4,758; python: 1,581; sh: 182; makefile: 98
file content (17 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Current
=======
* option: whether to search in readonly regions
* reduce memory consumption (e.g. OVaMI padding)
* completely centralize the printing in `show_message`, so that printing to
  some other output stream is easy to add

* see: https://github.com/scanmem/scanmem/issues for further TODOs

Future
======
* use PT_IO on freebsd, instead of PT_READ/WRITE_D
* add working freebsd support
* in targetmem.c, check return value of allocate_enough_to_reach everywhere
* search for values in files? (eg saved state)
* macro support
* automatically support zero and one based values.