吾爱破解 - LCG - LSG |安卓破解|病毒分析|www.52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 3691|回复: 2
收起左侧

[.NET] Super.Net.IL.Editor (Snile) Open Source by Joe

[复制链接]
风吹屁屁凉 发表于 2013-7-22 18:18
What is Snile?

Snile is a super fast IL editing library that can read/write .NET Files. This project was written to be able to be used with obfuscated files. Meaning it won't throw exception's or errors like other .NET libraries do. It can support invalid metadata in the CLR header which is the .NET Header. Snile stand's for Super .NET IL Editor
Features
Can read any .NET Module
Can read any file with a CLR Header
100% Read/Write to any header. (DOS, NT, FILE, OPTIONAL, DATA_DIRECTORIES, CLR, TABLE)
Access to all the file's sections, which you can add/remove sections.
Very fast and stable
Updated Frequently

Examples

Some examples with some things you can do with this library.

Getting the .text section.
Reader assembly = new Reader("C:\Example.exe");

Section textSection = assembly.GetSections().GetTextSection();

Console.WriteLine("Virtual Address: 0x{0:X}", textSection.GetVirtualAddress());


Download Source Code:
https://github.com/0xe9/Snile

Download Master:
https://github.com/0xe9/Snile/archive/master.zip

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

duanjia0912 发表于 2013-7-22 18:56
有没有bin啊,,源码不会编译啊 ...
lyliucn 发表于 2013-8-10 12:59
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则 警告:本版块禁止灌水或回复与主题无关内容,违者重罚!

快速回复 收藏帖子 返回列表 搜索

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-6-6 09:52

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表