Improve Use-Case for Patching Relocations with MemoryMap #5916
Labels
Component: Relocations
Effort: Medium
Issue should take < 1 month
Impact: Medium
Issue is impactful with a bad, or no, workaround
Type: Enhancement
Issue is a small enhancement to existing functionality
Additional work required from original issue: #4950 While we have the ability to patch bytes in regions with relocations using the new MemoryMap, the current implementation is somewhat raw and can be improved for better usability and control. Here’s an example demonstrating the existing behavior:
While this works, currently adding a memory region ends up modifying the segment map:
Need to investigate the following:
The text was updated successfully, but these errors were encountered: