mirror of
https://github.com/icedland/iced
synced 2026-06-08 14:45:04 +00:00
Add logo
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# Iced [](https://ci.appveyor.com/project/0xd4d/iced/branch/master) [](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
|
||||
|
||||
Reference in New Issue
Block a user