Skip to content

Support .NET native AOT #7

Description

@theXappy

.NET native AOT esentially a whole new runtime to support.
I don't think ClrMD supports it and a lot of the reflection info is probably stripped out.

Having said that, we can still bring value because some symbols might exist (e.g., for callstack printing) & objects still have a vftable value in them so a heap search should still work.
Here's a good blog post about reversing .NET AOT:
https://migeel.sk/blog/2023/09/15/reverse-engineering-natively-compiled-dotnet-apps/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions