Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | memview: create fake region if in unknown region | Jari Vetoniemi | 2018-10-22 |
| | |||
* | memview: Handle all keys | Jari Vetoniemi | 2018-10-22 |
| | |||
* | memview: ^D quits | Jari Vetoniemi | 2018-10-22 |
| | |||
* | Remove recommendations as it's safety hazard | Jari Vetoniemi | 2018-10-22 |
| | |||
* | Add memview.c | Jari Vetoniemi | 2018-10-22 |
| | |||
* | util.h: off by one in region end | Jari Vetoniemi | 2018-10-22 |
| | |||
* | Split for_each_line_in_file and make more generic | Jari Vetoniemi | 2018-10-22 |
| | |||
* | util.h: make step const | Jari Vetoniemi | 2018-10-21 |
| | |||
* | Make for_each_line_in_file work with non \n stuff | Jari Vetoniemi | 2018-10-21 |
| | |||
* | Make bintrim accept hexdecimal format too | Jari Vetoniemi | 2018-10-21 |
| | |||
* | Give binsearch ability to find all matches | Jari Vetoniemi | 2018-10-21 |
| | |||
* | Add notes about uio | Jari Vetoniemi | 2018-10-21 |
| | |||
* | Refactor io utils, add *-address-rw tools | Jari Vetoniemi | 2018-10-21 |
| | | | | | | | Namespace io_ stuff into mem_io_ to be less likely to collision with anything else. Add io-stream utility for working with streams instead of direct buffers. Add address-rw tools for simple memory read/write, where regions aren't needed. | ||
* | Split region reading to util.h | Jari Vetoniemi | 2018-10-20 |
| | |||
* | Move io.h include to top of the file | Jari Vetoniemi | 2018-10-19 |
| | |||
* | Refactor project, offer uio variant of region-rw | Jari Vetoniemi | 2018-10-19 |