DECAF icon indicating copy to clipboard operation
DECAF copied to clipboard

How to use DECAF optioin?

Open zachturing opened this issue 7 years ago • 1 comments

If I want to use the load_plugin option when starting a virtual machine, how do I add parameters?

        case QEMU_OPTION_load_plugin:       // DECAF option
            load_plugin = optarg;
            break;

zachturing avatar Dec 05 '18 02:12 zachturing

first you need to compile the plugin and generate the .so file then try load_plugin /path/to/plugin.so

enlighten5 avatar Dec 18 '18 05:12 enlighten5