LeeKyuHyuk / rw-tui

Read & Write Everything

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rw-tui :: Read & Write Everything

This utility was created as a TUI application for Linux with reference to RWEverything.

rw-tui

Example of using rw-tui

How to use

  1. Build the code in @LeeKyuHyuk/fmem to insmod.
    • This is the latest fmem kernel module that implements Write function in the existing fmem.
  2. Run rw-tui as root privileges

Features supported

  • Output the memory area as a table and change the value
  • Output configuration space MMIO area of PCI device as table
  • PCI configuration space output

Hotkey

The shortcut keys below operate within the table:

  • PageUp Key: Move forward 0x100 of the current address
  • PageDown Key: Move back 0x100 of the current address
  • F2 Key : Move to Address Change Input
  • F5 Key : Refresh

Thanks to

License

MIT © KyuHyuk Lee <lee@kyuhyuk.kr>

About

Read & Write Everything

License:MIT License


Languages

Language:C++ 96.2%Language:CMake 2.1%Language:HTML 0.7%Language:CSS 0.5%Language:Nix 0.2%Language:JavaScript 0.1%Language:Shell 0.1%Language:Python 0.1%