Search results

  1. Teun1

    Hacking Qwertyoruiopz Drops PS4 hints for FW4.55 + 5.0x entry points.

    Like he never wrote a public webkit exploit.
  2. Teun1

    Hacking PSL1GHT undefined reference errors on Ubuntu

    Bump. EDIT: Fixed! Can be closed.
  3. Teun1

    Hacking PSL1GHT undefined reference errors on Ubuntu

    HI, I've installed Ubuntu on my mac to install the PS3toolchain and PSL1GHT. It makes and it installs, but when I try to compile an sample it returns some undefined reference errors like this: /usr/local/ps3dev/target/lib/libpsl1ght.a(thread.o):(.toc+0x0): undefined reference to `opd64_start'...
  4. Teun1

    Hacking Error 80010017 on compiled PSL1GHT software

    How would I do that?
  5. Teun1

    Hacking Error 80010017 on compiled PSL1GHT software

    Hi, I have compiled PS3devtoolchain and PSL1GHT on my Mac and am able to compile source code to PKG files. The PKG files shows correctly, but when I start it it returns the error code 80010017. Hopefully someone helps me out
  6. Teun1

    Homebrew [Release] Ugopwn

    The EUR version isn't ever coming, is it?
  7. Teun1

    Apple iOS 10.2.1 Jailbreak Released

    It isn't overpriced - I pay for the quality which Android does not have.
  8. Teun1

    Homebrew [RELEASE] TWLTool - DSi downgrading, save injection, etc multitool

    Once you've got that, you should grab your ConsoleID from a DSiWare export. Simply copy any game to your SD card and use dsi_srl_extractor with the option --basename=[name]. Open [name].footer up in a hex editor and search for 'Root-CA00000001-MS00000008-TW[somenumber]-[anothernumber] . The...
  9. Teun1

    Homebrew [RELEASE] TWLTool - DSi downgrading, save injection, etc multitool

    How do I cut the end in a hex editor to make the length 208, and how can I decrypt and encrypt a ticket?
  10. Teun1

    Homebrew Announcing RocketLauncher! The first exploit with unlocked Arm7!

    So you need an already hacked DSi to install this exploit?
  11. Teun1

    Homebrew After several years, DS Wifi emulation is back.

    Anyone already got it to work on mac?
  12. Teun1

    Homebrew HzMod - old3DS screen streaming

    Topscreen is black. Bottom screen:
  13. Teun1

    Homebrew HzMod - old3DS screen streaming

    I am getting error code C8804478. EDIT: After reinstalling the CIA I am receiving error code D9001413.
  14. Teun1

    Homebrew Homebrew Development

    My bottom screen is flickering, how to fix it? I am using the following void to set a background color to the buffer: void test(u8* screen, int color) { int width = (screen == TOP_SCREEN) ? SCREEN_WIDTH_TOP : SCREEN_WIDTH_BOT; for (int i = 0; i < (width * SCREEN_HEIGHT); i++) {...
  15. Teun1

    Homebrew Official Citra - New 3DS Emulator

    Dsiware saves only yes. That's why I am looking to get dsiware running on Citra.
  16. Teun1

    Homebrew Official Citra - New 3DS Emulator

    But saves doesn't work.
  17. Teun1

    Homebrew Official Citra - New 3DS Emulator

    That doesn't work too, complains about exheader error.