LibAFL icon indicating copy to clipboard operation
LibAFL copied to clipboard

WIP: Introduce augmented CLI for qemu

Open rmalmain opened this issue 10 months ago • 1 comments

testing adding grammar above qemu's cli to improve usability for multi-threading. for now, looks like lqemu(<function>, <param1>, <param2>, ...) and is replaced by the interpreted version when qemu gets initialized. it's experimental for now, the parsing is kind of dirty.

rmalmain avatar Mar 04 '25 13:03 rmalmain

Hey, how about using the Drive::builder() with QemuConfig adding a parameter there?

Marcondiro avatar Mar 05 '25 07:03 Marcondiro