Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support disassembling single file bundle for ILSpy #3398

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cshung
Copy link
Contributor

@cshung cshung commented Feb 13, 2025

Problem

#3397

Solution

  • To support disassembling PE images stored only in memory,
  • The ReadyToRunReader is updated in this PR to support disassembling input given as a ImmutableArray<byte>.
  • This change provide the image content to the ReadyToRunReader so that it can perform the disassembling duty.
  • The change is tested by disassembling a simple single file bundle, with locally built ReadyToRunReader.

This change will NOT compile until we have the package updated, this CI is expected to fail for now.

@cshung cshung force-pushed the public/disassemble-single-file-bundle branch from ea7f9a7 to 79d6545 Compare February 19, 2025 22:10
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.

1 participant