This repository was archived by the owner on Aug 1, 2023. It is now read-only.
WIP: Adds Dockerfiles and enhancements for weekly tasks#22
Draft
joniumGit wants to merge 2 commits intoouspg:masterfrom
Draft
WIP: Adds Dockerfiles and enhancements for weekly tasks#22joniumGit wants to merge 2 commits intoouspg:masterfrom
joniumGit wants to merge 2 commits intoouspg:masterfrom
Conversation
Member
|
Comments for Lab 1: Dockerfile Seems good! Also, echo core >/proc/sys/kernel/core_patternAlso, depending on the type of CPU frequency scaling of host system, it might be required to be adjusted on host system, as AFL suggests: Whoops, your system uses on-demand CPU frequency scaling, adjusted
between 390 and 4101 MHz. Unfortunately, the scaling algorithm in the
kernel is imperfect and can miss the short-lived processes spawned by
afl-fuzz. To keep things moving, run these commands as root:
cd /sys/devices/system/cpu
echo performance | tee cpu*/cpufreq/scaling_governor
You can later go back to the original state by replacing 'performance'
with 'ondemand' or 'powersave'. If you don't want to change the settings,
set AFL_SKIP_CPUFREQ to make afl-fuzz skip this check - but expect some
performance drop.There might be some more depending on the host system. |
Member
|
We could possibly publish Docker images in OUSPG:s package registry: https://github.com/orgs/ouspg/packages |
Collaborator
Author
|
Yes, I was planning to set up Ci for these to build for aarch64 and amd64 to help people who can't run the VMs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently contains: