forked from abcz316/SKRoot-linuxKernelRoot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
unkn0wName
authored and
unkn0wName
committed
Aug 17, 2023
1 parent
646699d
commit e6be9cc
Showing
29 changed files
with
580 additions
and
868 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
LOCAL_PATH := $(call my-dir) | ||
|
||
include $(CLEAR_VARS) | ||
LOCAL_CPPFLAGS += -std=c++17 -fPIE -frtti -fvisibility=hidden | ||
LOCAL_CPPFLAGS += -std=c++17 -fPIE -fvisibility=hidden -frtti -fexceptions | ||
LOCAL_LDFLAGS += -fPIE -pie | ||
LOCAL_DISABLE_FATAL_LINKER_WARNINGS := true | ||
LOCAL_MODULE := testRoot.out | ||
LOCAL_MODULE := testRoot | ||
LOCAL_SRC_FILES := \ | ||
../testRoot.cpp \ | ||
../base64.cpp \ | ||
../process64_inject.cpp \ | ||
../ptrace_arm64_utils.cpp \ | ||
../su_install_helper.cpp | ||
../kernel_root_kit/kernel_root_kit_process64_inject.cpp \ | ||
../kernel_root_kit/kernel_root_kit_ptrace_arm64_utils.cpp \ | ||
../kernel_root_kit/kernel_root_kit_su_install_helper.cpp | ||
|
||
include $(BUILD_EXECUTABLE) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.