m4b / goblin

An impish, cross-platform binary parsing crate, written in Rust
MIT License
1.19k stars 160 forks source link

PE: Add parser for .NET CLR #432

Open kkent030315 opened 2 weeks ago

kkent030315 commented 2 weeks ago

Added CLR parser implementations as proposed in the issue.

kkent030315 commented 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.