Skip to content
View rootsec1's full-sized avatar
👨‍💻
AFK
👨‍💻
AFK

Organizations

@EpicGames @ticketdude @Duke-CREATE @chessify-club

Block or report rootsec1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. ai-resume-refiner ai-resume-refiner Public

    Give it a resume (PDF) and a target job description and have AI enrich your resume with keywords from the job description

    TypeScript 2

  2. mirrormate.ai mirrormate.ai Public

    A chess platform that allows you to enter the Lichess username of an opponent and play against a persona of that person in order to analyze their play style and strategize

    Jupyter Notebook

  3. anime-recommendation-rag anime-recommendation-rag Public

    LLMs for anime recommendation

    Python

  4. BlueDine BlueDine Public

    Mobile application, backend and related notebooks for HackDuke's App Challenge Spring 2024

    Jupyter Notebook

  5. duke-meng-ai-chatbot duke-meng-ai-chatbot Public

    FAQ Chabot for Duke's MENG AI program website using a foundation model fine tuned on chat + fine tuned on context + RAG based prompting

    Jupyter Notebook

  6. Bypass SSL certificate pinning and e... Bypass SSL certificate pinning and evade root detection on Android (Frida script)
    1
    Java.perform(function () {
    2
    	console.log("\nRoot detection bypass with Frida");
    3
    	var CommonUtils = Java.use("io.fabric.sdk.android.services.common.CommonUtils");
    4
    	console.log("\nHijacking isRooted function in CommonUtils class");
    5
    	CommonUtils.isRooted.implementation = function () {