Skip to content
View SsageParuders's full-sized avatar
💤
Tribute to open source coders ...
💤
Tribute to open source coders ...

Organizations

@EpicGames @Kernel-SU

Block or report SsageParuders

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SsageParuders/README.md

SsageParuders
GitHub followers Twitter Follow

Introduction

class SsageParuders {
public:
    void display() {
        std::vector<std::string> languages = {"C/C++", "Assembly","Rust","Go", "Objective-C"};
        std::cout << "I'm learning:\t";
        for (const auto& language : languages) {
            std::cout << language << "\t";
        }
        std::cout << std::endl;
    }
};

Stats:

Visited By Most Used Languages
SsageParuders's GitHub Stats Image

Pinned Loading

  1. Android_Native_Surface Android_Native_Surface Public

    Android Native Surface

    C++ 298 89

  2. AndroidPtraceInject AndroidPtraceInject Public

    Android Ptrace Inject for all ABIs and all APIs. Help you inject Shared Library on Android.

    C 231 88

  3. SsagePass SsagePass Public

    LLVM PASS by SsageParuders.Port to llvm_14.06 with New PM.Support for Android-ndk-r25(LTS).

    C++ 168 44

  4. tiann/KernelSU tiann/KernelSU Public

    A Kernel based root solution for Android

    Kotlin 13.2k 2.5k