This commit is contained in:
Alexandre Mutel 2018-09-21 21:30:08 +02:00
parent faf3dc606b
commit 440e28f2ed
3 changed files with 9 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<Version>0.9.0</Version>
<InformationalVersion>$(Version)</InformationalVersion>
<Authors>0xd4d</Authors>
<!-- <PackageIconUrl>https://raw.githubusercontent.com/0xd4d/iced/master/img/iced.png</PackageIconUrl> -->
<PackageIconUrl>https://raw.githubusercontent.com/0xd4d/iced/master/logo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/0xd4d/iced/</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/0xd4d/iced//blob/master/COPYING.txt</PackageLicenseUrl>
<PackageVersion>$(InformationalVersion)</PackageVersion>

View File

@ -1,5 +1,8 @@
# Iced [![Build status](https://ci.appveyor.com/api/projects/status/xldctwks3we9tcb4/branch/master?svg=true)](https://ci.appveyor.com/project/0xd4d/iced/branch/master) [![NuGet](https://img.shields.io/nuget/v/Iced.svg)](https://www.nuget.org/packages/Iced/)
<img align="right" width="160px" height="160px" src="logo.png">
High performance x86 (16/32/64-bit) instruction decoder, encoder and formatter.
It can be used for static analysis of x86/x64 binaries, to rewrite code (eg. remove garbage instructions), to relocate code or as a disassembler.
@ -389,3 +392,8 @@ Disassembled code:
# License
LGPL v3 or any later version (LGPL = GNU Lesser General Public License)
# Credits
Logo `processor` by [Creative Stall](https://thenounproject.com/creativestall/) from the Noun Project

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB