Giter Site home page Giter Site logo

usbdisable's People

Contributors

benmitnick avatar electric1447 avatar ibrahim778 avatar resident007 avatar yoti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

usbdisable's Issues

Does not work on 3.65+

This plugin does not work and the usb connection message is still showing. (Enso 3.65)

false alarm, can close

can close.
infinite boot loop, but fixed pressing L on start, reset console and install again enso.

Does not work on 3.65 Testkit firmware (converted from retail using CEX2REX)

As far as my research has progressed, the NID of SceShell for 3.65 PTEL firmware is 0x587F9CED. I added it into main.c as follows:

switch (modinfo.module_nid)
        {
            case 0x0552F692: // 3.60 retail
                hook = taiHookFunctionOffset(&ref, modinfo.modid, 0, 0x1c9bfa, 1, USBDisable_Patch); 
                break;

            case 0x587F9CED: // 3.65 testkit, this one is the new line I added
            case 0x5549BF1F: // 3.65 retail
            case 0x34B4D82E: // 3.67 retail
            case 0x12DAC0F3: // 3.68 retail
            case 0x0703C828: // 3.69 retail
            case 0x2053B5A5: // 3.70 retail
            case 0xF476E785: // 3.71 retail
            case 0x939FFBE9: // 3.72 retail
            case 0x734D476A: // 3.73 retail
                hook = taiHookFunctionOffset(&ref, modinfo.modid, 0, 0x1c9cc2, 1, USBDisable_Patch); 
                break;
        }

However, after I compiled and installed it, it still didn't work, leading me to a thought that a custom offset is needed to make it work on this firmware. Is there any hope it will be fixed or at least can I have some directions on how to get the required offset considering the fact that I'm new to C/C++ and pretty new to Vita development?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.