File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,13 @@ When running the matcher manually, you may get a warning about no relocatable re
232232sections or segments in your view. For WARP to work we must have some range of address space to work with, without it the
233233function 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
237244If you fail to connect to a WARP server, you will receive an error in the log. Outside typical network connectivity issues
You can’t perform that action at this time.
0 commit comments