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
- Host: GitHub
- URL: https://github.com/luslower/chiptool
- Owner: LuSlower
- License: gpl-3.0
- Created: 2025-08-14T17:38:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-09T06:46:38.000Z (9 months ago)
- Last Synced: 2025-09-09T09:17:46.170Z (9 months ago)
- Language: C#
- Size: 123 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chiptool
low-level modification tool
[](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
```