https://github.com/koute/linux-elf-loading-bug
https://github.com/koute/linux-elf-loading-bug
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/koute/linux-elf-loading-bug
- Owner: koute
- Created: 2024-01-22T11:29:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T11:32:25.000Z (over 2 years ago)
- Last Synced: 2025-01-24T13:44:59.872Z (over 1 year ago)
- Language: Rust
- Size: 671 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Running locally (building from source)
```
cd reproduction
cargo run --release
```
Requires Rust and LLD to be installed.
### Running locally (prebuilt binary)
```
./bin/bug-reproduction
```
### Running under qemu for a given kernel image
```
./prepare.sh
./run-for-kernel.sh /path/to/bzImage
```
### Bisecting
```
git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
./bisect.sh
```