Implement shared library injection via ptrace
There are still many functions in the header `utils.hpp` not implemented yet, which are however not needed for our purpose.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <android/log.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifndef LOG_TAG
|
||||
#define LOG_TAG "TEESimulator"
|
||||
#endif
|
||||
|
||||
#include "../logging.hpp"
|
||||
Reference in New Issue
Block a user