rhit-seilerar / exert-capstone

0 stars 0 forks source link

Make a script that converts a filesystem into a disk image #11

Open rhit-seilerar opened 1 week ago

rhit-seilerar commented 1 week ago

The disk image can just be a raw format instead of qcow2. Also, make the plugin use it instead of a generic qcow2.

Following XP principles, make a test before writing this.

rhit-frantzag commented 5 days ago

Evan and I (Aidan Frantz) worked on it for about 30 minutes before running into an issue in which we needed advisor feedback.

rhit-frantzag commented 4 days ago

After further clarification from the client, the file can be a cpio image, and then use generic images for the qcow stuff. I'm right now researching how to load a RAM disk directly into Linux.

rhit-frantzag commented 4 days ago

Evan and I have figured out how to make a cpio file from a directory, but are having a lot of trouble figuring out how to get the Qemu system started using the cpio file that we created, so the test we initially wrote was broken. We'll need to continue working on this ticket, currently, we have put a total of 4 pair-hours into it.