Skip to content

Commit

Permalink
Updated nuget release notes and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
justinstenning committed Mar 2, 2017
1 parent 936c4d1 commit a78b52c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
8 changes: 6 additions & 2 deletions EasyHook.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>EasyHook</id>
<version>2.7.6035.0</version>
<version>2.7.6270.0</version>
<title>EasyHook</title>
<authors>EasyHook</authors>
<owners>EasyHook</owners>
Expand All @@ -13,7 +13,11 @@

EasyHook currently supports injecting assemblies built for .NET Framework 3.5 and 4.0 and can also inject native DLLs.</description>
<summary>The reinvention of Windows API Hooking</summary>
<releaseNotes>
<releaseNotes>2.7.6270.0:
1. CreateAndInject now supports long command lines (#84 / #170)
2. RhCreateRemoveStealthThread now works for 64-bit targets (#91 / #159)
3. Added LhGetHookBypassAddress / LocalHook.HookBypassAddress to allow bypassing the hook and call original directly without having to be within the hook handler (#155)

2.7.6035.0:
1. MAX_HOOK_COUNT increased from 128 to 1024
2. CreateAndInject fixed to support injection across sessions (providing appropriate privileges).
Expand Down
9 changes: 7 additions & 2 deletions EasyHookNative.autopkg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
nuget {
nuspec {
id = EasyHookNativePackage;
version : 2.7.6035.0;
version : 2.7.6270.0;
title: EasyHook Native Package;
authors: {EasyHook};
owners: {EasyHook};
Expand All @@ -20,7 +20,12 @@ nuget {
summary:The reinvention of Windows API Hooking;
description: @"This project supports extending (hooking) unmanaged code (APIs) on 32- or 64-bit
Windows XP SP2, Windows Vista x64, Windows Server 2008 x64, Windows 7, Windows 8.1, and Windows 10.";
releaseNotes: @"2.7.6035.0:
releaseNotes: @"2.7.6270.0:
1. CreateAndInject now supports long command lines (#84 / #170)
2. RhCreateRemoveStealthThread now works for 64-bit targets (#91 / #159)
3. Added LhGetHookBypassAddress / LocalHook.HookBypassAddress to allow bypassing the hook and call original directly without having to be within the hook handler (#155)

2.7.6035.0:
1. MAX_HOOK_COUNT increased from 128 to 1024
2. CreateAndInject fixed to support injection across sessions (providing appropriate privileges).
3. RhCreateStealthRemoteThread fixed for 32-bit (still fairly experimental) (#91)
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

[![Join the chat at https://gitter.im/EasyHook/EasyHook](https://badges.gitter.im/EasyHook/EasyHook.svg)](https://gitter.im/EasyHook/EasyHook?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment on 32- or 64-bit Windows XP SP2, Windows Vista x64, Windows Server 2008 x64, Windows 7, Windows 8.1, and Windows 10.
Master branch: [![Master branch build status](https://ci.appveyor.com/api/projects/status/278ff5njpjnarayd/branch/master?svg=true)](https://ci.appveyor.com/project/spazzarama/easyhook/branch/master)

Develop branch: [![Develop branch build status](https://ci.appveyor.com/api/projects/status/278ff5njpjnarayd/branch/develop?svg=true)](https://ci.appveyor.com/project/spazzarama/easyhook/branch/develop)

You can support the EasyHook project over at Bountysource or [raise a bounty for an issue to be fixed](https://www.bountysource.com/teams/easyhook/issues): [![Current bounties](https://api.bountysource.com/badge/team?team_id=104536)](https://www.bountysource.com/teams/easyhook/bounties)

This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment on 32- or 64-bit Windows Vista x64, Windows Server 2008 x64, Windows 7, Windows 8.1, and Windows 10.

EasyHook currently supports injecting assemblies built for .NET Framework 3.5 and 4.0 and can also inject native DLLs.

Expand All @@ -16,7 +22,7 @@ https://www.nuget.org/packages/EasyHook
For native C++ apps there is also a native NuGet package available: https://www.nuget.org/packages/EasyHookNativePackage

## Bug reports or questions
Reporting bugs is the only way to get them fixed and help other users of the library!
Reporting bugs is the only way to get them fixed and help other users of the library! If an issue isn't getting addressed, try [raising a bounty for it](https://www.bountysource.com/teams/easyhook/issues).

Report issues at: https://github.com/EasyHook/EasyHook/issues

Expand Down

0 comments on commit a78b52c

Please sign in to comment.