mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Modified Memory API for creating Overlay blocks allow for
byte/bit-mapped overlays. Added ByteMappingScheme for byte-mapped blocks.
This commit is contained in:
parent
1df6fa79da
commit
6ff98a4098
76 changed files with 2351 additions and 1618 deletions
|
@ -45,7 +45,7 @@ public class MemoryMapPluginScreenShots extends GhidraScreenShotGenerator {
|
|||
moveProviderToItsOwnWindow(provider);
|
||||
JComponent component = getDockableComponent(provider);
|
||||
|
||||
captureIsolatedComponent(component, 650, 225);
|
||||
captureIsolatedComponent(component, 800, 225);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue