| Commit message (Expand) | Author | Age |
* | memview: fix -/+ offset inputs | Jari Vetoniemi | 2018-10-24 |
* | memview: Repaint bottom bar on hexview updates | Jari Vetoniemi | 2018-10-24 |
* | memview: Make sure unmapped region always exists | Jari Vetoniemi | 2018-10-24 |
* | memview: u for basic undo | Jari Vetoniemi | 2018-10-23 |
* | memview: make q key quit the program | Jari Vetoniemi | 2018-10-23 |
* | memview: store unknown region in named array | Jari Vetoniemi | 2018-10-23 |
* | memview: Make it possible to follow selections | Jari Vetoniemi | 2018-10-23 |
* | memview: add memory write feature | Jari Vetoniemi | 2018-10-23 |
* | memview: check length of keybindings | Jari Vetoniemi | 2018-10-23 |
* | memview: make error prompts go away with any press | Jari Vetoniemi | 2018-10-23 |
* | memview: add decimal printing of selection | Jari Vetoniemi | 2018-10-23 |
* | memview: draw_error make sure there's space | Jari Vetoniemi | 2018-10-23 |
* | memview: Fix region names | Jari Vetoniemi | 2018-10-23 |
* | memview: Use FMT(REVERSE) for selections | Jari Vetoniemi | 2018-10-23 |
* | memview: consistency in code | Jari Vetoniemi | 2018-10-23 |
* | memview: Reuse input handling for input function | Jari Vetoniemi | 2018-10-23 |
* | memview: fix uninitialized variable | Jari Vetoniemi | 2018-10-22 |
* | memview: Make memview tolerate various term sizes | Jari Vetoniemi | 2018-10-22 |
* | memview: handle errorneus offsets | Jari Vetoniemi | 2018-10-22 |
* | memview: fix some bugs in the input() | Jari Vetoniemi | 2018-10-22 |
* | memview: Don't use tab for region change | Jari Vetoniemi | 2018-10-22 |
* | memview: Make it possible to jump to offset with o | Jari Vetoniemi | 2018-10-22 |
* | memview: Dont fallback on custom region file fail | Jari Vetoniemi | 2018-10-22 |
* | 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 |
* | 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 |