You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cshung@eduardo-vp It looks like the ReadyToRunReader expects the file to be processed to exist on disk, which is not true for bundles. The entries of a bundle are handled in memory only and I think you may have to use PEReader.GetEntireImage() instead. Is this something you can change?
@siegfriedpammer, I think you are right that we will need to change the ReadyToRunReader such that it accepts the image content from the constructor instead of reading it from file system directly.
With a hack, I am able to get ReadyToRun to work with bundles.
There will be some changes on both sides (inside the package, I need to get it to accept the content from the constructor), and outside the package, the ILSpy.ReadyToRun plugin need to get the content available for it.
Same as #3197 but decompile r2r
The text was updated successfully, but these errors were encountered: