cryptofuzz icon indicating copy to clipboard operation
cryptofuzz copied to clipboard

Add support for disable operations option

Open koharin opened this issue 2 years ago • 0 comments

Add a option for disable operations.

I implemented --disable-operations option based on --disable-modules codes in options.cpp. I also added EnabledNames class for searching operations by names and add to disableOperations set. In executor.cpp code, I implemented function that passes operation if it is in disableOperations set.

Thanks in advance for taking a look and I'm glad to have any questions.

koharin avatar Feb 13 '24 11:02 koharin