summaryrefslogtreecommitdiff
path: root/src/tools/r2rdump/R2RSignature.cs
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Remove the Crossgen-specific VSD flag from R2RDump (#25391)Tomáš Rylek1-5/+1
2019-05-14Further improvements for R2RDump robustness in the presence of bugs (#24429)Tomáš Rylek1-0/+21
2019-05-06Improve R2RDump resiliency towards invalid tokens (#24379)Tomáš Rylek1-22/+53
2019-05-03New options --sb / --isb for binary signature dump (#24375)Tomáš Rylek1-53/+154
2019-05-02Bug fix in R2RDump signature decoder w.r.t. large version bubbles (#24352)Tomáš Rylek1-6/+14
2019-04-30Support for larger version bubbles in R2RDump (#24277)Tomáš Rylek1-40/+84
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna1-0/+13
2019-03-25Miscellaneous R2RDump improvements (#23215)Tomáš Rylek1-15/+28
2018-12-24Add Module Override Recognition to R2RDump (#21617)Andon Andonov1-4/+24
2018-12-18Add support for parsing field signatures (#21573)Tomáš Rylek1-16/+62
2018-11-13Initial support for normalized 'naked' R2RDump output (#20875)Tomáš Rylek1-3/+49
2018-10-16Structured dump of instance entrypoints and decoding generic lookups (#20433)Tomáš Rylek1-13/+19
2018-10-04R2RDump fixes for dumping method instance entrypoint table (#20243)Tomáš Rylek1-28/+68
2018-09-07Import signature parsing and general improvements in R2RDump (#19813)Tomáš Rylek1-0/+1227