Skip to content

Commit

Permalink
Publish the V1.1, update the header for 2014 and add the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenLulz committed May 25, 2014
1 parent 9a7e714 commit fd49a20
Show file tree
Hide file tree
Showing 59 changed files with 134 additions and 118 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# MemorySharp Library Changelog

The log of changes made to MemorySharp Library.

## V1.1 (25 March 2014)

Bugfixes:

- The method `SendInputMouse.ReleaseLeft()`, properly releases the left click of the mouse.

## V1.0 (10 July 2013)

- Initial Release
5 changes: 4 additions & 1 deletion MemorySharp.sln
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemorySharp", "MemorySharp\MemorySharp.csproj", "{78A6F97D-5CA8-4E92-8E17-2545983C9555}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemorySharpTests", "MemorySharpTests\MemorySharpTests.csproj", "{E3EFE942-113F-46AA-9CF4-A51473D9E8B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84C4DD62-B81F-4116-A853-29A21EE74A99}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Assembly/Assembler/Fasm32Assembler.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Assembly/Assembler/IAssembler.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Assembly/AssemblyFactory.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Assembly/AssemblyTransaction.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Assembly/CallingConvention/Enumerations.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Assembly/CallingConvention/ICallingConvention.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Helpers/ApplicationFinder.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Helpers/HandleManipulator.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Helpers/Randomizer.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Helpers/SerializationHelper.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Helpers/Singleton.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Internals/IApplicableElement.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Internals/IDisposableState.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Internals/IFactory.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Internals/IMarshalledValue.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Internals/INamedElement.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Internals/Manager.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Internals/MarshalType.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Internals/MarshalValue.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Memory/LocalUnmanagedMemory.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Memory/MemoryCore.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Memory/MemoryFactory.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Memory/MemoryProtection.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Memory/RemoteAllocation.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Memory/RemotePointer.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/Memory/RemoteRegion.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/MemorySharp.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Expand Down
4 changes: 2 additions & 2 deletions MemorySharp/MemorySharp.licenseheader
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
extensions: designer.cs generated.cs
extensions: .cs .cpp .h
/*
* MemorySharp Library v1.0.0
* MemorySharp Library
* http://www.binarysharp.com/
*
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
* This library is released under the MIT License.
* See the file LICENSE for more information.
*/
Loading

4 comments on commit fd49a20

@lolp1
Copy link

@lolp1 lolp1 commented on fd49a20 Aug 25, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there,

I tried sending you a message on your website but you have not logged on there since April. Since I could not find a public email to reach you at, I am commenting here as it is related and in the hopes you will see it via git notifications.

I just wanted to say a brand new programmer who was(is) interested in the topics MemorySharp dealt with and C#, it was a huge asset to help me learn. 1.5 years later and still going strong.

I actually wrote a project called Process.NET based on MemorySharp in my process of learning C# and OOP values. I'd love if you could check it out and let me know what you think.

https://github.com/lolp1/Process.NET

@JamesMenetrey
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear lolp1,

I recently received a notification on Github about a similar message to this one. First at all, I would like to apologize for this very long delay.

I have already seen you here and there on Ownedcore and I'm glad you participated to enhance the library.

I quickly reviewed your library and seems to be great! I'll take a look to your modified version of MemorySharp and check out the optimizations you've done in it. :)

I'll add you to the contributors of MemorySharp in the case I discover neat stuff that should be merged into MemorySharp!

To answer one of your questions in another message, I've planned to continue developing MemorySharp. I just made an announcement you can find here: http://binarysharp.com/topic/5032-hello-2016/

Feel free to submit pull requests on my git repo to enhance the code base. This is always funnier when multiple developers are working on a project, hihi. :)

Keep you in touch !

Cheers
ZenLulz

This is a copy of the message I sent you on Binarysharp (I don't know if you'll check it). :)

@CoolOppo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lolp1 pinging you in case you don't see this ^^

@JamesMenetrey
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CoolOppo Many thanks 👍

Please sign in to comment.