Skip to content

Commit

Permalink
Bump version to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-hacker committed Jan 20, 2023
1 parent 07dd3cf commit 4c7265e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.5.2] - 2023-01-20

### Changed
- Targets dnSpyEx v6.3.0

### Fixed
- Fix CFG nodes rendering out of bounds (#75, by [ElektroKill](https://github.com/ElektroKill))

## [0.5.1] - 2021-02-17
### Added
- Allow opening CFGs and disassembling native methods from the tree view context menu
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnSpy.Extension.HoLLy
=====================

A [dnSpy](https://github.com/dnSpy/dnSpy) extension to aid reversing of obfuscated assemblies.
A [dnSpyEx](https://github.com/dnSpyEx/dnSpy) extension to aid reversing of obfuscated assemblies.

### Features
- **Change the displayed symbol name of types, methods, properties or fields, without modifying the binary.** These modified names are saved in an xml file, meaning you can write a tool to generate them automatically.
Expand All @@ -18,11 +18,11 @@ I have developed some other extensions which are linked here for convenience:
- [dnSpy.Extension.ThemeHotReload](https://github.com/HoLLy-HaCKeR/dnSpy.Extension.ThemeHotReload/tree/master)

### Installation
Download the [latest release](https://github.com/holly-hacker/dnspy.extension.holly/releases/latest) for your dnSpy version (net472 or netcoreapp3.1) and extract it to the `bin/Extensions/dnSpy.Extensions.HoLLy` directory. You may need to create this folder.
Download the [latest release](https://github.com/holly-hacker/dnspy.extension.holly/releases/latest) for your dnSpyEx version (`net48` or `net6.0-windows`) and extract it to the `bin/Extensions/dnSpy.Extensions.HoLLy` directory. You may need to create this folder.

Make sure that you copied all the dependency DLLs too. Your directory structure will look something like this:
```
dnSpy-netcore-win64/
dnSpy-net-win64/
├─ dnSpy.exe
├─ dnSpy.Console.exe
└─ bin/
Expand Down Expand Up @@ -53,7 +53,7 @@ Due to how the .NET Framework does assembly resolving, this method may only work
Due to dnSpy being licensed under the GPLv3 license, this plugin is too.

### Used libraries
- [dnSpy](https://github.com/0xd4d/dnSpy) and its [dependencies](https://github.com/dnSpy/dnSpy#list-of-other-open-source-libraries-used-by-dnspy), licensed under the [GPLv3 license](https://github.com/0xd4d/dnSpy/blob/master/dnSpy/dnSpy/LicenseInfo/LICENSE.txt) and [others](https://github.com/dnSpy/dnSpy/tree/master/dnSpy/dnSpy/LicenseInfo)
- [dnSpyEx](https://github.com/dnSpyEx/dnSpy) and its [dependencies](https://github.com/dnSpyEx/dnSpy#list-of-other-open-source-libraries-used-by-dnspy), licensed under the [GPLv3 license](https://github.com/dnSpyEx/dnSpy/blob/master/dnSpy/dnSpy/LicenseInfo/LICENSE.txt) and [others](https://github.com/dnSpyEx/dnSpy/tree/master/dnSpy/dnSpy/LicenseInfo)
- [iced](https://github.com/0xd4d/iced), licensed under the [MIT license](https://github.com/0xd4d/iced/blob/master/LICENSE.txt)
- [dnlib](https://github.com/0xd4d/dnlib), licensed under the [MIT license](https://github.com/0xd4d/dnlib/blob/master/LICENSE.txt)
- [Echo](https://github.com/Washi1337/Echo), licensed under the [LGPLv3 license](https://github.com/Washi1337/Echo/blob/master/LICENSE.md)
Expand Down
6 changes: 3 additions & 3 deletions dnSpy.Extension.HoLLy/dnSpy.Extension.HoLLy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<Description>A dnSpyEx Extension</Description>
<Authors>HoLLy</Authors>
<Copyright>Copyright © HoLLy 2019-2022</Copyright>
<FileVersion>0.5.1.0-dnSpyEx</FileVersion>
<AssemblyVersion>0.5.1</AssemblyVersion>
<FileVersion>0.5.2.0</FileVersion>
<AssemblyVersion>0.5.2</AssemblyVersion>

<PackageVersion>0.5.1-dnSpyEx</PackageVersion>
<PackageVersion>0.5.2</PackageVersion>
<PackageProjectUrl>https://github.com/HoLLy-HaCKeR/dnSpy.Extension.HoLLy</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/HoLLy-HaCKeR/dnSpy.Extension.HoLLy/blob/master/LICENSE</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down

0 comments on commit 4c7265e

Please sign in to comment.