Open kkent030315 opened 2 weeks ago
Turns out that CLR imports and tables parser requires very complex implemenetations and I think it should not be implemented in goblin, it's up to consuemrs handle it in upper implementations, it at least should be enough to expose fundamental datas for that. So I am marking this as ready-for-review.
Added CLR parser implementations as proposed in the issue.
and PK token (Public Key Token)parser.Added CLR tables parser.IMetaDataTables
where originally written in hard C++Added CLR imports parser.IMetaDataImport
where originally written in hard C++