logo
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

  1. Access the Settings Menu
    1. In the left-hand side menu, click on the
Image without caption
  1. Adjust Your Project Settings:
    1. Within the Settings view, you can:
      • 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

2. Fix Unmapped Memory

During the boot stage, you might encounter notifications that indicate unmapped memory regions. For example:
Image without caption
To resolve this:
  1. Navigate to the Settings menu.
  1. 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.