Recent content by soulcollector

  1. S

    What relation to Graphic Modes have with Background Modes

    So the GBA has 6 Graphics Modes and 4 Background Modes, fair enough. I was going through the Tonc documentation, what I don't understand is when we're using bitmap mode, say 3, we need to enable background mode 2 specifically? Aren't background modes for tiled modes?
  2. S

    Console software vulnerability/exploits study

    Thanks for the details. Yeah it does seem that info on the topic is rare, I'll check out the talks you mentioned
  3. S

    Coding Question

    I'm not familiar with Linux but I'm quite sure that you won't be able to use the MSVC compiler on it. You're getting that error because LPDWORD holds a different type essentially on those operating systems. i.e long unsigned int* and unsigned int*. You can make changes to the source to use that...
  4. S

    Console software vulnerability/exploits study

    Hey guys, I'm a software engineer who has worked on games and game engines for a while. I'm quite interested in learning about what the process of software exploitation on consoles is, and perhaps trying out somethings myself. This seems like a very deep field of work as I don't have much...
  5. S

    Coding Question

    Try running it through MSVC instead of gcc