Recent content by xantoz

  1. xantoz

    Homebrew blargSnes -- SNES emulator for the 3DS (WIP)

    It was working playable but with bugs in a git version somewhere between 1.1 and 1.2. I have a build of it if you want, but can't post it quite now. If you wanna make your own look for my posts in this thread I think I stated before what git version it worked.
  2. xantoz

    Hardware What's this NTSC/PAL stuff? (I hope I'm kidding.)

    Relevant XKCD is basically why we had NTSC, PAL and SECAM for analog TVs as well as 50Hz and 60Hz (not to mention countries like Brazil having PAL at 60Hz!) Anyway PAL has better resolution and better colours than NTSC (both of which have higher res than the 3DS btw. That should put in...
  3. xantoz

    Hacking [Q] Anyone manage to create a simple emuNAND homebrew yet?

    I'd be very interested in any documentation ypu come up with. I'm a pretty skilled dev with both high-level and asm but a very lousy reverse-engineer.
  4. xantoz

    Homebrew [Custom Launcher] Spider3DSTools released

    Helper If he doesn't have any malloc and it's small enough allocating a buffer on the stack should be sufficient... If you use C99 I believe you can just declare stack arrays with dynamic sizes these days. Then again that might be difficult to do during ROP... although probably no problem when...
  5. xantoz

    Homebrew [Custom Launcher] Spider3DSTools released

    memcpy? edit: you do have access to stdlib functions right? considering the barebones nature of this... (but then I guess just statically compile it in, alternatively for loop)
  6. xantoz

    Homebrew Question on executing CTR commands using web exploit

    Uhm, That's for the old DS Profile exploit. OP is trying to use the web browser entry point. I'm betting OP has already seen these but, these are more relevant to his research if anything: https://github.com/yifanlu/Spider3DSTools...
  7. xantoz

    Homebrew Ninjhax - app list problem after exiting apps a number of times

    It's a bug in the menu IIRC. I haven't had it happen for me in newer versions of the menu (I use git menu + git ctrulib). They also got around to fix the netloader so it doesn't crash as much, but you gotta make sure to send a proper EOF with netcat (-q 0) to use it now.
  8. xantoz

    Homebrew 3DText - Text viewer for 3DS

    Avoid git GUIs like the plague. None I've ever come across did things correctly. They get especially confused by merge conflicts. All the instructions on github kind of assume you're using it from the cmdline too. I think you gotta type (in your folder): git add source/main.c Makefile git...
  9. xantoz

    Homebrew [Homebrew] 3dsmandelbrot

    Ah there we go, NEW RELEASE. WOOP WOOP. Quick fix when I got around to it. Pressing B now cycles between the three rendering modes. Nice colors, silly 3d and B/W. Maybe I should get around to that HB game I was working on. I would... but I have a thesis to work on too ;_; I hate when that...
  10. xantoz

    Homebrew [Homebrew] 3dsmandelbrot

    I've had plans to update this, but real life sort of happened and I haven't been able to keep up with the HB scene. In particular my toolchain is horribly out of date and fails on errors in the library (maybe I should just downgrade libctru). I already fixed a simple hackish indicator of what...
  11. xantoz

    Homebrew blargSnes -- SNES emulator for the 3DS (WIP)

    It isn't that hard to set up a development environment. http://3dbrew.org/wiki/Setting_up_Development_Environment The tricky part is that you will need a slightly outdated version of aemstro though because of recent changes... (I could give you a commit checksum or even a zip file but...
  12. xantoz

    Homebrew blargSnes -- SNES emulator for the 3DS (WIP)

    So I don't know whether this is unwanted information or not since it pertains to git versions entirely. At one point (stupidly I didn't record from which commit I compiled this binary) Umihara Kawase was playable, albeit with a whole lot of Open Bus 2144 messages. However at the most recent...
  13. xantoz

    Hardware Bricked New 3DS (JP)

    I already said I got a refund if you read the thread.... Now I'm waiting to see how the situation evolves, although I'm starting to get impatient since I really liked the feeling of playing SSMB on it (for the about 5 minutes it actually managed to work...).. Having the C-stick for smashes is...
  14. xantoz

    Homebrew blargSnes -- SNES emulator for the 3DS (WIP)

    No. He needs to set the environment variable CTRULIB to the path to CTRULIB...