You've already forked linux-packaging-mono
Imported Upstream version 4.8.0.459
Former-commit-id: 2a5b9df2014f72665850c7f885e7aed54704a53a
This commit is contained in:
parent
a355c1b831
commit
e5cd25ff4f
21
external/cecil/README.md
vendored
21
external/cecil/README.md
vendored
@@ -1,23 +1,4 @@
|
||||
Cecil
|
||||
=====
|
||||
|
||||
Mono.Cecil is a library to generate and inspect programs and libraries in the ECMA CIL form.
|
||||
|
||||
To put it simply, you can use Cecil to:
|
||||
|
||||
* Analyze .NET binaries using a simple and powerful object model, without having to load assemblies to use Reflection.
|
||||
* Modify .NET binaries, add new metadata structures and alter the IL code.
|
||||
|
||||
Cecil has been around since 2004 and is [widely used](https://github.com/jbevain/cecil/wiki/Users) in the .NET community.
|
||||
|
||||
The best way to learn how to use Cecil is to dive into the [Cecil.Samples](https://github.com/jbevain/cecil.samples) repository. It's a growing collection of samples with the goal of showing how to get things done using Cecil, as IL manipulation can sometime get tricky.
|
||||
|
||||
Read about the Cecil development on the [development log](http://cecil.pe).
|
||||
|
||||
To discuss Cecil, the best place is the [mono-cecil](https://groups.google.com/group/mono-cecil) Google Group.
|
||||
|
||||
Cecil is a project under the benevolent umbrella of the [.NET Foundation](http://www.dotnetfoundation.org/).
|
||||
|
||||
[](https://ci.appveyor.com/project/jbevain/cecil)
|
||||
[](https://travis-ci.org/jbevain/cecil)
|
||||
[](https://gitter.im/jbevain/cecil?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
This is a fork of [Cecil](https://github.com/jbevain/cecil) library. Please do any pull requests in the original repository before they are merged into Mono fork.
|
||||
|
||||
Reference in New Issue
Block a user