Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikdasm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-14Use normal order of custom modifiers to make correct output(like e.g. in mono...HEADmasterMaxim Lipnin
2018-11-27[ikdasm] Implementing dumping the Module table.Zoltan Varga
2018-09-10[ikdasm] Decode sourcelink entries when using ----customdebuginfo.Zoltan Varga
2018-05-31Add support for decompiling private protectedMiguel de Icaza
2018-03-20Merge pull request #2 from kg/bug-53272Zoltan Varga
2018-03-20Preliminary fix for bug 53272Katelyn Gadd
2017-09-12Add support for types created from typespec tokens to WriteTypeDefOrRef (). F...Zoltan Varga
2017-08-03Reduce allocations in LineWriter.cs.Zoltan Varga
2017-06-01Add support for dumping more portable pdb tables.Zoltan Varga
2017-03-15Avoid using a c#7 local method.Zoltan Varga
2017-02-28Fix a type in --help.Zoltan Varga
2017-02-28Add --customattr option to dump the CustomAttribute metadata table.Zoltan Varga
2017-02-28[ikdasm] Add --exportedtype option to dump the ExportedType metadata table.Zoltan Varga
2016-03-09Document recently added mono optionsMarek Safar
2016-03-09Merge branch 'master' of github.com:jfrijters/ikdasmMarek Safar
2015-11-18Add --assemblyref and --moduleref options to dump the AssemblyRef/ModuleRef m...Zoltan Varga
2015-11-18Add an '--assembly' option to dump the Assembly metadata table, the output is...Zoltan Varga
2015-09-30Updated.Jeroen Frijters
2015-08-31Removed hard coded void return type of constructorsJeroen Frijters
2015-06-23Custom modifiers in generic parameter constraintsJeroen Frijters
2015-06-02Fixex bad mergeMarek Safar
2015-06-01Merge branch 'master' of github.com:mono/ikdasmMarek Safar
2015-06-01Use unix style long options instead of / when running under mono.Zoltan Varga
2015-05-29Allow built-in types in custom modifiers.Jeroen Frijters
2015-05-13In diff mode, order declarative security by action.Jeroen Frijters
2015-04-07Added pinvokeimpl decoding for fields.Jeroen Frijters
2015-02-18Merge remote-tracking branch 'upstream/master'Marek Safar
2015-02-18Handle missing types from the current assembly.Jeroen Frijters
2015-02-18Added 'permitonly' keyword.Jeroen Frijters
2015-02-18Added 'sequential' to keywords.Jeroen Frijters
2015-02-18Fixed property custom modifiers.Jeroen Frijters
2015-02-18Fixed handling of missing types in data fields.Jeroen Frijters
2013-09-22Updated IKVM.Reflection.dll.Jeroen Frijters
2013-09-22Fixed DebuggableAttribute detection.Jeroen Frijters
2013-09-20Added /project option.Jeroen Frijters
2013-09-20Bug fix. Handle CA attached to generic interface impl.Jeroen Frijters
2013-09-11Added support for more flags in assembly reference.Jeroen Frijters
2013-06-12Use unix style long options instead of / when running under mono.Zoltan Varga
2013-03-16Added /caverbal option.Jeroen Frijters
2013-02-25Initial commit.Jeroen Frijters