evilsocket / arminject

An application to dynamically inject a shared object into a running process on ARM architectures.
Other
444 stars 159 forks source link

Simplified build. #1

Closed jehoffmann closed 9 years ago

jehoffmann commented 9 years ago

Project can be build using standard ndk-build script. Now it's possible just to take ndk tools dir into path and run. It might now possible to include it into a custom rom build-system.

evilsocket commented 9 years ago

nice :) I usually prefer a more old fashioned Makefile approach but yeah, this is way more standard. tnx