Skip to content

Commit c435e91

Browse files
committed
[WARP] Update docs
1 parent 2f70cda commit c435e91

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/guide/warp.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,13 @@ When running the matcher manually, you may get a warning about no relocatable re
232232
sections or segments in your view. For WARP to work we must have some range of address space to work with, without it the
233233
function GUIDs will likely be inconsistent if the functions can be based at different addresses.
234234

235+
### "Relocatable region has a low start-address" warning
236+
237+
WARP uses relocatable regions to determine relocatable addresses encoded in instructions, if you have a relocatable region
238+
that covers a low address space, WARP may mask regular constants and other irrelevant instructions. This warning mostly
239+
affects firmware binaries (or other mapped views), if you have not rebased the view to the correct image base, then you
240+
should as it will fix this issue
241+
235242
### Failed to connect to the server
236243

237244
If you fail to connect to a WARP server, you will receive an error in the log. Outside typical network connectivity issues

0 commit comments

Comments
 (0)