Skip to content

SamboyCoding/NativeAot2IL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NativeAot2IL

Cpp2IL-style dumper/eventually-decompiler-maybe for NativeAOT binaries.

Currently might as well be nonfunctional, posted only for visibility and information purposes. Definitely will only work on .NET 10 Windows binaries, likely x64-only, and is not of any use unless you're poking around with a debugger attached.

Features

  • Finds R2R header
  • Finds all R2R Sections
  • Parses very basic information out of the metadata section
  • More features coming soon™

Credits

  • A bunch of this code is just ripped straight from Cpp2IL (which is, of course, my project anyway)
  • Data formats and parsing code is a mismash of various sources. To call a few out here:

About

Very WIP Cpp2IL-style dumper for NativeAOT binaries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages