Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awilliam/rom-parser
https://github.com/awilliam/rom-parser
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/awilliam/rom-parser
- Owner: awilliam
- Created: 2014-08-31T16:32:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T15:32:36.000Z (7 months ago)
- Last Synced: 2024-08-03T15:05:55.968Z (6 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 148
- Watchers: 10
- Forks: 42
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome - awilliam / rom-parser - ROM parser and fixer. (Tool)
README
rom-parser/rom-fixer
====================$ git clone https://github.com/awilliam/rom-parser
$ cd rom-parser
$ makeTo view ROM contents:
usage: rom-parser [ROM file]
This program does not have support for reading the ROM from pci-sysfs, please do this manually in advance, ex:
# cd /sys/bus/pci/devices/0000:01:00.0/
# echo 1 > rom
# cat rom > /tmp/image.rom
# echo 0 > romPass the resulting image file as the argument to this program.
To modify ROM conents:
usage: rom-fixer [ROM file]
Obtain ROM as above, program prompts for modifying ROM vendor and device IDs and invalid checksums.
IMPORTANT: rom-fixer will update the ROM file in place. Make a backup!