Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/buffer/pylibemu
Browse files Browse the repository at this point in the history
Conflicts:
	src/pylibemu.c
	src/pylibemu.pyx
  • Loading branch information
rep committed May 4, 2012
2 parents 1ae9edf + 62d2270 commit 997599f
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 52 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -167,7 +167,7 @@ method and subsequently run the shellcode emulation test again as shown above.
License information
===================

Copyright (C) 2011 Angelo Dell'Aera <buffer@antifork.org>
Copyright (C) 2011-2012 Angelo Dell'Aera <buffer@antifork.org>

License: GNU General Public License, version 2 or later; see COPYING.txt
included in this archive for details.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
setup(
name = "pylibemu",
packages = [],
version = "0.1.4",
version = "0.1.5",
description = "Libemu Python wrapper",
url = "",
author = "Angelo Dell'Aera",
Expand Down
158 changes: 116 additions & 42 deletions src/pylibemu.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pylibemu.pxd
@@ -1,6 +1,6 @@
# pylibemu.pxd
#
# Copyright(c) 2011 Angelo Dell'Aera <buffer@antifork.org>
# Copyright(c) 2011-2012 Angelo Dell'Aera <buffer@antifork.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
Expand Down

0 comments on commit 997599f

Please sign in to comment.