Commit 88491a8
RTOSploit
fix: Unicorn memory mapping for ELFs with address gaps, fix constant names
- Skip firmware sections in SRAM/peripheral/system register ranges to
avoid double-mapping in Unicorn
- Check for page overlap before mapping to prevent UC_ERR_MAP
- Fix _PERIPHERAL_START/_END constant names to match existing _PERIPH_*
- Fix detection.engine import path in CI pipeline
- Verified: vuln-firmware.elf and Particle Argon both fuzz at ~700 exec/sec1 parent 4ae3cd0 commit 88491a8
1 file changed
Lines changed: 28 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
130 | 137 | | |
131 | 138 | | |
132 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
133 | 149 | | |
| 150 | + | |
134 | 151 | | |
135 | 152 | | |
136 | | - | |
| 153 | + | |
137 | 154 | | |
138 | 155 | | |
139 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
140 | 165 | | |
141 | 166 | | |
142 | 167 | | |
| |||
150 | 175 | | |
151 | 176 | | |
152 | 177 | | |
153 | | - | |
154 | 178 | | |
155 | 179 | | |
156 | 180 | | |
157 | | - | |
| 181 | + | |
158 | 182 | | |
159 | 183 | | |
160 | 184 | | |
| |||
0 commit comments