Merge branch 'ghidra1_ByteMappedBlocks'

This commit is contained in:
ghidra1 2020-05-14 15:30:43 -04:00
commit 2885f74867
76 changed files with 2351 additions and 1618 deletions

View file

@ -45,7 +45,7 @@ public class MemoryMapPluginScreenShots extends GhidraScreenShotGenerator {
moveProviderToItsOwnWindow(provider);
JComponent component = getDockableComponent(provider);
captureIsolatedComponent(component, 650, 225);
captureIsolatedComponent(component, 800, 225);
}
@Test