summaryrefslogtreecommitdiff
path: root/src/tools/r2rdump/R2RDump.cs
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Improve R2RDump resiliency towards invalid tokens (#24379)Tomáš Rylek1-1/+1
2019-05-03New options --sb / --isb for binary signature dump (#24375)Tomáš Rylek1-0/+4
2019-04-30Support for larger version bubbles in R2RDump (#24277)Tomáš Rylek1-1/+46
2019-03-25Miscellaneous R2RDump improvements (#23215)Tomáš Rylek1-1/+1
2018-11-13Initial support for normalized 'naked' R2RDump output (#20875)Tomáš Rylek1-5/+23
2018-10-10Minor dump improvements in R2RDump (#20344)Tomáš Rylek1-1/+1
2018-10-04R2RDump fixes for dumping method instance entrypoint table (#20243)Tomáš Rylek1-32/+64
2018-09-07Import signature parsing and general improvements in R2RDump (#19813)Tomáš Rylek1-1/+1
2018-08-25R2RDump - Check disassembler support (#19664)Amy1-5/+2
2018-08-20R2RDump - Add image describing R2R format (#19528)Amy1-1/+1
2018-08-20Update Microsoft.NETCore.CoreDisTools to version 1.0.1-prerelease-00005 (#19520)Zach Montoya1-3/+11
2018-08-18Initial support for R2R image diff (#19533)Tomáš Rylek1-3/+17
2018-08-16R2RDump - Documentation (#19497)Amy1-0/+2
2018-08-15R2RDump - GcInfo for x86Amy Yu1-7/+23
2018-08-14Translate [rip +- offset] to absolute RVA's in R2RDump (#19219)Tomáš Rylek1-11/+11
2018-08-06R2RDump - Ignore sensitive properties to pass tests (#19155)Amy1-1/+3
2018-07-18R2RDump - Test infrastructure (#18745)Amy1-5/+22
2018-06-26Dump disasm line by line, changes to dumping bytes to xml, fixAmy Yu1-1/+2
2018-06-26Refactor into TextDumper and XmlDumper classesAmy Yu1-522/+60
2018-06-26Xml serialize section contents and gcinfo transitionsAmy Yu1-12/+28
2018-06-26XMLSerialize gc transitions and section contentsAmy Yu1-38/+83
2018-06-26Output in xml format with XmlSerializerAmy Yu1-81/+297
2018-06-22Move Amd64 specific class to it's own folder and subnamespaceAmy Yu1-1/+1
2018-06-19Make unwind info specific to amd64Amy Yu1-1/+1
2018-06-19Parse entries of import sectionAmy Yu1-1/+25
2018-06-19Dump bytes with offset instead of rvaAmy Yu1-3/+5
2018-06-19Parse and dump compiler identifier and import sections, move dump section con...Amy Yu1-36/+46
2018-06-19Dump contents of NativeArray and NativeHashtableAmy Yu1-10/+37
2018-06-19Output formatting changes for unwindInfo and section contentsAmy Yu1-7/+11
2018-06-15Interweave gcslot liveness with disasmAmy Yu1-6/+3
2018-06-15Use IntPtr instead of long for pointersAmy Yu1-1/+1
2018-06-08Use buffered disassembler to get disassembly as stringAmy Yu1-1/+1
2018-06-07GcInfo belongs to method, not runtime functionAmy Yu1-9/+10
2018-06-06Refactoring gcInfo, added verbose option to cliAmy Yu1-2/+13
2018-06-06Fix unwindInfo bug caused by missing alignmentPad, dump raw byes of unwindInf...Amy Yu1-0/+8
2018-06-06Read slot table, dump GcInfoAmy Yu1-7/+14
2018-06-06R2RDump - Unwind Info (#18248)Amy1-0/+9
2018-06-04R2RDump - Dump AvailableTypes section contents (#18227)Amy1-2/+23
2018-06-01Added disassembler CoreDisTools to dump runtime functions (#18180)Amy1-3/+22
2018-06-01R2RDump - Commandline interface (#18136)Amy1-19/+434
2018-05-23R2RDump - Dump generic method instances (#18080)acmyu1-2/+2
2018-05-17R2RDump - Runtime function RVAs and method signatures (#17994)acmyu1-3/+16
2018-05-14R2RDump - Print ReadyToRun image headers (#17942)acmyu1-0/+45