We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caeb021 commit 9175a5fCopy full SHA for 9175a5f
plugins/warp/src/plugin/workflow.rs
@@ -70,7 +70,7 @@ impl Command for RunMatcher {
70
pub fn run_matcher(view: &BinaryView) {
71
// Alert the user if we have no actual regions (one comes from the synthetic section).
72
let regions = relocatable_regions(view);
73
- if regions.len() <= 1 {
+ if regions.len() <= 1 && view.memory_map().is_activated() {
74
log::warn!(
75
"No relocatable regions found, for best results please define sections for the binary!"
76
);
0 commit comments