Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.22 KB

File metadata and controls

21 lines (16 loc) · 1.22 KB

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: