Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: ControlFlowGraph plugin #3

Open
wants to merge 1 commit into
base: eurecom/avatar
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions qemu/configure
Original file line number Diff line number Diff line change
Expand Up @@ -3823,6 +3823,7 @@ if test "$target_s2e" = "yes"; then
S2E_DIRS="s2e s2e/Interceptor s2e/Plugins s2e/Plugins/WindowsInterceptor s2e/Configuration s2e/Signals"
S2E_DIRS="$S2E_DIRS s2e/Plugins/DataSelectors s2e/Plugins/ExecutionTracers"
S2E_DIRS="$S2E_DIRS s2e/Plugins/WindowsApi s2e/Plugins/Searchers"
S2E_DIRS="$S2E_DIRS s2e/Plugins/Avatar"
for dir in $S2E_DIRS ; do
mkdir -p $target_dir/$dir
done
Expand Down