Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robiot/cbot
Shutdown or reboot your linux system with x86_64 assembly
https://github.com/robiot/cbot
assembly linux reboot shutdown x64
Last synced: 2 months ago
JSON representation
Shutdown or reboot your linux system with x86_64 assembly
- Host: GitHub
- URL: https://github.com/robiot/cbot
- Owner: robiot
- License: gpl-3.0
- Created: 2021-09-30T20:39:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T22:50:33.000Z (over 3 years ago)
- Last Synced: 2023-10-20T22:52:11.405Z (over 1 year ago)
- Topics: assembly, linux, reboot, shutdown, x64
- Language: Assembly
- Homepage:
- Size: 21.5 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Cbot / Custom boot
Shutdown or reboot your linux system with assembly.\
This is made using the reboot syscall.\
It needs to be ran as superuser.
```
Examples:
sudo cbot shutdown
sudo cbot reboot
```How to build:
```
git clone https://github.com/robiot/cbot.git
cd cbot
make
```
The binary will be placed in the bin folder