Skip to content

Use AddressSpace name instead of id to map to sys::AddrSpace#12

Merged
mnemonikr merged 4 commits intomainfrom
address-space-mapping
Oct 16, 2025
Merged

Use AddressSpace name instead of id to map to sys::AddrSpace#12
mnemonikr merged 4 commits intomainfrom
address-space-mapping

Conversation

@mnemonikr
Copy link
Copy Markdown
Owner

The AddressSpace id changes between Sleigh invocations. This id was used for mapping address spaces since pcode instructions use this id for identifying address spaces. However there's no requirement for Sleigh to align with pcode here, and the address space name is a better suited identifier due to it being a fixed value.

Resolves #11

@mnemonikr mnemonikr merged commit f0a020a into main Oct 16, 2025
1 check passed
@mnemonikr mnemonikr deleted the address-space-mapping branch October 16, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sleigh does not recognize an AddressSpace from another Sleigh instance

1 participant