An open API service indexing awesome lists of open source software.

https://github.com/luslower/chiptool

low-level modification tool
https://github.com/luslower/chiptool

Last synced: 9 months ago
JSON representation

low-level modification tool

Awesome Lists containing this project

README

          

# chiptool
low-level modification tool

[![Total Downloads](https://img.shields.io/github/downloads/LuSlower/chiptool/total.svg)](https://github.com/LuSlower/chiptool/releases)

```
Usage:

MSR Commands
--rdmsr

| Read MSR
--wrmsr
| Write MSR
--rdmsrb
| Read MSR Bit
--wrmsrb
| Write MSR Bit

PCI Commands
--rdpci | Read PCI configuration
--wrpci | Write PCI configuration
--rdpcib | Read PCI Bit
--wrpcib | Write PCI Bit

I/O Commands
--rdio | Read I/O port
--wrio | Write I/O port
--rdiob | Read I/O Port Bit
--wriob | Write I/O Port Bit

Memory Commands
--rdmem

| Read Memory
--wrmem
| Write Memory
--rdmemb
| Read Memory Bit
--wrmemb
| Write Memory Bit

PMC Commands
--rdpmc | Read PMC Counter

Help
--help or /? | Show this help menu
```