# testing_Android_driver
bug i reported but someone reported first
Scripts based on [pwnkernel](https://github.com/pwncollege/pwnkernel)
Building the kernel, busybox, and demo modules:
```
$ ./build.sh
```
Running the kernel:
```
$ ./launch.sh
```
All modules will be in `/`, ready to be `insmod`ed, and the host's home directory will be mounted as `/home/ctf` in the guest.
[4.0K] /data/pocs/d5e2deae3e1f24f84eb575507ac5975fcf0cc5f7
├── [3.2K] build.sh
├── [4.0K] fs
│ ├── [4.0K] etc
│ │ └── [ 136] passwd
│ └── [ 294] init
├── [ 556] launch.sh
├── [ 382] README.md
└── [4.0K] src
├── [ 47K] audio_ipi_dma.h
├── [ 18K] audio_ipi_driver.c
├── [ 243] audio_ipi.h
├── [ 338] Makefile
└── [1.1K] test.c
3 directories, 10 files