You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
We have entities (eg executor) and for each entity we will provide some implementations into libafl (eg inmemoryexecutor and forkserverexecutor). These implementations are part of the library, they should not be in the example folder.
I propose to create a subfolder in include and src for each entity and place into them a main file with the asbtract class and the other implementations.
For instance.
include/executor/executor.h contains only the abstract class
include/executor/in_memory_executor.h contains the implementation
same for src/
Btw just look at FFF
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have entities (eg executor) and for each entity we will provide some implementations into libafl (eg inmemoryexecutor and forkserverexecutor). These implementations are part of the library, they should not be in the example folder.
I propose to create a subfolder in include and src for each entity and place into them a main file with the asbtract class and the other implementations.
For instance.
include/executor/executor.h contains only the abstract class
include/executor/in_memory_executor.h contains the implementation
same for src/
Btw just look at FFF
The text was updated successfully, but these errors were encountered: