├── .gitignore ├── LICENSE.txt ├── README.md ├── screenshot.png └── x86_info_term.py /.gitignore: -------------------------------------------------------------------------------- 1 | /data/ 2 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwegner/x86-info-term/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwegner/x86-info-term/HEAD/README.md -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwegner/x86-info-term/HEAD/screenshot.png -------------------------------------------------------------------------------- /x86_info_term.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwegner/x86-info-term/HEAD/x86_info_term.py --------------------------------------------------------------------------------