Skip to content
View 709924470's full-sized avatar
Block or Report

Block or report 709924470

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

  1. FanboxViewer FanboxViewer Public

    Pixiv Fanbox Viewer for Android

    Java 68 10

  2. pixiv_fanbox_downloader pixiv_fanbox_downloader Public

    Add a button next to "Like" for downloading purpose, need TamperMonkey or equivalent extensions 在喜欢按钮边上加上下载按钮,需要油猴或类似的浏览器扩展

    JavaScript 30 7

  3. OBS-Netease-Plugin OBS-Netease-Plugin Public

    A Netease music display plugin for streaming software have web sources.

    Python 3

  4. Frida android native hooking Frida android native hooking
    1
    // Android native hooks By @709924470
    2
    // CC-BY-NC 4.0 
    3
    var moduleName = "libmain.so"; // Module name gose here
    4
    var hookFunctions = [
    5
        {