IKVM.Reflection based ildasm clone
Перейти к файлу
Maxim Lipnin f0fd66ea06 Use normal order of custom modifiers to make correct output(like e.g. in monodis) 2019-02-14 12:35:09 +01:00
.gitattributes Initial commit. 2013-02-25 11:27:25 +01:00
.gitignore Initial commit. 2013-02-25 11:27:25 +01:00
ByteReader.cs Initial commit. 2013-02-25 11:27:25 +01:00
CABlob.cs Preliminary fix for bug 53272 2018-03-19 17:27:54 -07:00
Disassembler.cs Use normal order of custom modifiers to make correct output(like e.g. in monodis) 2019-02-14 12:35:09 +01:00
ExportedMethods.cs Initial commit. 2013-02-25 11:27:25 +01:00
IKVM.Reflection.dll Updated. 2015-09-30 13:59:52 +02:00
IL.cs Removed hard coded void return type of constructors 2015-08-31 09:30:50 +02:00
Keywords.cs Added 'permitonly' keyword. 2015-02-18 13:12:13 +01:00
LineWriter.cs Reduce allocations in LineWriter.cs. 2017-08-02 20:36:57 -04:00
Options.cs Use unix style long options instead of / when running under mono. 2015-06-01 17:40:17 +02:00
Program.cs Add support for dumping more portable pdb tables. 2017-06-01 15:00:44 +02:00
TableDumper.cs [ikdasm] Implementing dumping the Module table. 2018-11-27 10:50:55 +01:00
Util.cs Initial commit. 2013-02-25 11:27:25 +01:00
VTableFixups.cs Initial commit. 2013-02-25 11:27:25 +01:00
ikdasm.csproj Use unix style long options instead of / when running under mono. 2015-06-01 17:40:17 +02:00
ikdasm.sln Initial commit. 2013-02-25 11:27:25 +01:00