Skip to content

Commit

Permalink
Use latest injector version/repo (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel authored Jul 25, 2024
1 parent 5efed47 commit ca2a0d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "injector"]
path = injector
url = https://github.com/kmaork/injector.git
url = https://github.com/kubo/injector
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# regardless of the platform where it was built.
recursive-include injector *.h
recursive-include injector/src *.c
recursive-include injector/src *.S
include LICENSE
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
injector_extension = Extension(
'pyinjector.injector',
sources=SOURCES,
extra_objects=[str(INJECTOR_SRC / 'shellcode.S')] if platform == 'linux' else [],
include_dirs=[str(INJECTOR_DIR.relative_to(PROJECT_ROOT) / 'include')],
export_symbols=['injector_attach', 'injector_inject', 'injector_detach', 'injector_error'],
define_macros=[('EM_AARCH64', '183')] # Needed on CentOS for some reason
Expand Down

0 comments on commit ca2a0d1

Please sign in to comment.