summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)AuthorFilesLines
2018-10-04R2RDump fixes for dumping method instance entrypoint table (#20243)Tomáš Rylek6-216/+278
2018-10-03Fix X86 disassembly and a bug regarding ExportedTypes in R2RDump (#20230)Tomáš Rylek2-50/+138
2018-09-25Delete dead .NET Framework activation code (#20134)Jan Kotas1-21/+0
2018-09-20Fix decoding bug in r2rdump's native format readerSimon Nattress1-1/+2
2018-09-20Make EH table optional in R2RDumpSimon Nattress1-3/+6
2018-09-18Add EH info support to R2RDump (#20000)Tomáš Rylek3-2/+309
2018-09-08Add DebugInfo dumping support to r2rdumpSimon Nattress5-2/+386
2018-09-07Import signature parsing and general improvements in R2RDump (#19813)Tomáš Rylek12-175/+1832
2018-08-28Merge pull request #19053 from riverar/riverar/r2r_size_unavailSimon Nattress1-0/+4
2018-08-28Add architectures supported tableAmy Yu1-2/+19
2018-08-25R2RDump - Non-Windows machine code (#19638)Amy2-4/+29
2018-08-25R2RDump - Fix errors caused by ExportedTypes rids in AvailableTypes section (...Amy2-6/+62
2018-08-25R2RDump - Check disassembler support (#19664)Amy3-22/+15
2018-08-24R2RDump - ARM and ARM64 UnwindInfo (#19618)Amy12-23/+530
2018-08-23Two R2RDump fixes for Crossgen output (#19585)Tomáš Rylek1-2/+20
2018-08-21R2RDump - Interweave x64 unwind codes into disasm (#19577)Amy6-77/+108
2018-08-20R2RDump - Add image describing R2R format (#19528)Amy3-3/+7
2018-08-20Update Microsoft.NETCore.CoreDisTools to version 1.0.1-prerelease-00005 (#19520)Zach Montoya3-13/+41
2018-08-18Initial support for R2R image diff (#19533)Tomáš Rylek3-17/+246
2018-08-16R2RDump - Documentation (#19497)Amy23-34/+322
2018-08-15Revert "Change CoreLib native image to be R2R by default on all platforms (#1...Jan Kotas1-5/+16
2018-08-15R2RDump - GcInfo for x86Amy Yu19-129/+1888
2018-08-14Translate [rip +- offset] to absolute RVA's in R2RDump (#19219)Tomáš Rylek4-19/+106
2018-08-08Change CoreLib native image to be R2R by default on all platforms (#19359)Jan Kotas1-16/+5
2018-08-06R2RDump - Ignore sensitive properties to pass tests (#19155)Amy2-3/+27
2018-07-31R2RDump - Fix and update R2RDumpTests (#19039)Amy4-27/+49
2018-07-23R2RDump - UnwindInfo for x86 (#18994)Amy5-5/+65
2018-07-23Partial R2R IBC fixes (#19073)Jan Kotas1-1/+3
2018-07-19Set function size to -1 if sizing info unavailableRafael Rivera1-0/+4
2018-07-18R2RDump - Test infrastructure (#18745)Amy12-54/+134
2018-07-10Initial implementation of method fixup parser (#18749)Tomáš Rylek5-19/+204
2018-07-09Fix test errorsAmy Yu1-8/+11
2018-07-09Use BuildManagedTools argument instead of environment variable, removed unnee...Amy Yu1-5/+2
2018-07-09Add R2RDump to build.proj, running dotnet restore before target buildAmy Yu1-4/+15
2018-06-26Fix merge errors, replace spaces with tab, print unwind flag nameAmy Yu4-44/+66
2018-06-26Dump disasm line by line, changes to dumping bytes to xml, fixAmy Yu5-66/+72
2018-06-26Refactor into TextDumper and XmlDumper classesAmy Yu5-528/+661
2018-06-26Xml serialize section contents and gcinfo transitionsAmy Yu2-13/+30
2018-06-26XMLSerialize gc transitions and section contentsAmy Yu3-51/+99
2018-06-26Make unwindinfo and gcinfo xml serializableAmy Yu1-24/+28
2018-06-26Output in xml format with XmlSerializerAmy Yu1-81/+297
2018-06-26Add public to classes and set accessor to properties needed for serializationAmy Yu8-51/+66
2018-06-26Merge pull request #18435 from acmyu/unwindAmy5-120/+237
2018-06-22Move Amd64 specific class to it's own folder and subnamespaceAmy Yu4-30/+30
2018-06-20Make sections optional, throw more descriptive error when rva can't be conver...Amy Yu1-10/+37
2018-06-19Make unwind info specific to amd64Amy Yu4-31/+40
2018-06-19Use Registers for FrameRegisterAmy Yu1-3/+3
2018-06-19Save frameOffset in 16bitsAmy Yu1-43/+23
2018-06-19Dump unwind codes based on opcodeAmy Yu1-42/+134
2018-06-19Rename enums with Pascal casingAmy Yu1-6/+6