Recent content by bravest

  1. B

    Hacking Is their any way to install .CIA files to 3ds

    I believe Gateway does simple checks such as for the hash of certain games like DevMenu to prevent them from being used. These are easily circumvented. However a more insidious check is that the GW kernel will force quit any application that attempts to access certain services. If you manage...
  2. B

    Hacking Does anyone here have a Japanese 4.x Console + GW?

    Its likely possible to patch the console to appear to be running Japanese firmware. Are you sure its locked to the console region and not the ROM region though? -bravest
  3. B

    Hacking Coding vWii 3-core support - everything you need to know.

    I've been pretty busy with school over the last month so I haven't had time to do any work. I do now have a console to test on if needed. -bravest
  4. B

    Hacking Coding vWii 3-core support - everything you need to know.

    I'll try running it as soon as I can get my hands on an sd reader :p -bravest
  5. B

    Hacking Coding vWii 3-core support - everything you need to know.

    I believe scr is a write once register that is reset to default after h_reset. Precisely which flag was set is irrelevant because it cannot be disabled by a simple write, which is why f0f used reset fuzzing. -bravest
  6. B

    Hacking Coding vWii 3-core support - everything you need to know.

    I believe the instruction to disable the boot0 mapping is mtspr scr, r3 -bravest
  7. B

    Hacking Coding vWii 3-core support - everything you need to know.

    Patching via new cpu revision is a possibility. -bravest
  8. B

    Hacking Coding vWii 3-core support - everything you need to know.

    Comex essentially gave all the steps to find WebKit vulnerabilities. Yes the latest update has a newer version of WebKit, but it still has a few use after free vulnerabilities iirc. Unfortunately web hacking is not exactly my strong suit so I have next to no idea as to how to actually leverage...
  9. B

    Hacking Wii U Brew Coming Soon

    But what it does mean is that maybe there is no hack at all, because devkits can run unsigned code. -bravest
  10. B

    Hacking Coding vWii 3-core support - everything you need to know.

    I had not noticed that EMBEDDED6XX was dependent on BROKEN_ON_SMP . I greatly appreciate this tip. Since then I removed this dependency and my image compiled fine. (This is using your 3.10y repo). -bravest
  11. B

    Hacking Coding vWii 3-core support - everything you need to know.

    My changes went as far as modifying the wii.dts file to have 3 cpus as well as modifying the wii_defconfig to have SMP=y . Minor changes so far :) I am using the gc-linux from this repo : http://git.infradead.org/users/herraa1/gc-linux-2.6.git -bravest
  12. B

    Hacking Coding vWii 3-core support - everything you need to know.

    http://s000.tinyupload.com/?file_id=19439493609224876844 Here is the new build. It is being built as NTSC (480i-60) by the way. -bravest
  13. B

    Hacking Coding vWii 3-core support - everything you need to know.

    Very interesting. I'll push another build out tonight sometime. -bravest
  14. B

    Hacking Coding vWii 3-core support - everything you need to know.

    New zImage: http://s000.tinyupload.com/?file_id=51594736704287714516 I can't guarantee that it will work but I'd love to see the output. -bravest
  15. B

    Hacking Coding vWii 3-core support - everything you need to know.

    I was aware of the vmlinux issue, that was the bug I was referring to :) I'm going to push out a new build tonight some time that should fix the issue, I'm just glad the arm changes are working properly now. -bravest