Use the Settings tab to adjust various project configurations, such as modifying memory maps, patching out non-essential functions that slow down fuzzing, and configuring exit hooks.
1. Adjust Project Settings
- Access the Settings Menu
In the left-hand side menu, click on the
- Adjust Your Project Settings:
- Update memory maps
- Patch out time-consuming functions that arenβt relevant for your fuzzing targets
- Configure exit hooks to customize how different execution terminations are handled
Within the Settings view, you can:
2. Fix Unmapped Memory
During the boot stage, you might encounter notifications that indicate unmapped memory regions. For example:
To resolve this:
- Navigate to the Settings menu.
- Add the missing memory map entry based on your boardβs reference manual or known firmware layout.
New settings will only take effect for runs started after the changes are made. Modifications will not impact any existing or previous runs.