Add beginnings of a managed IL disassembler which uses Mono.Cecil. Not yet part of...
authorZoltan Varga <vargaz@gmail.com>
Sat, 12 Jan 2013 12:03:45 +0000 (13:03 +0100)
committerZoltan Varga <vargaz@gmail.com>
Sat, 12 Jan 2013 12:04:05 +0000 (13:04 +0100)
commit535e76a05898eb0bb62932f12c145ad02c215f64
tree444779061cb81b70e123e02e7db374a62644d5e0
parent8673afe412673ed26d92bd4f0542ba755c5ba024
Add beginnings of a managed IL disassembler which uses Mono.Cecil. Not yet part of the build.
mcs/tools/ildasm/DataConverter.cs [new file with mode: 0644]
mcs/tools/ildasm/Makefile [new file with mode: 0644]
mcs/tools/ildasm/ildasm.cs [new file with mode: 0644]
mcs/tools/ildasm/ildasm.exe.sources [new file with mode: 0644]
mcs/tools/ildasm/tables.cs [new file with mode: 0644]