Battledield now throwing an error because Valorant is already sitting in kernel memory. Time to buy your EA Battlefield PC but don’t forget your Valorant PC

  • Default Username@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    81
    ·
    edit-2
    5 days ago

    These anti-cheats don’t even work. Anyone can go out and buy a hardware DMA card with an FPGA on it, which is basically a modern day Action Replay. It has full access to RAM without touching the OS and cheaters like to use them to get around anti-cheat.

      • LousyCornMuffins@lemmy.world
        link
        fedilink
        English
        arrow-up
        8
        ·
        5 days ago

        yeah, i haven’t done tech support in a hot minute either and had to look up some shit too. All that makes sense, although I don’t recall it existing in the early 90s when I actually thought I knew what i was talking about.

    • kinship@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      6
      ·
      5 days ago

      You just put me on a rabbit hole of looking at what FPGA means. Are these cheaters buying their cards already made? Learning such magic to cheat in games seems very weird.
      Is “Mister FPGA” an FPGA because it can reprogram its “internal logic” to be as the gaming chips from the consoles?
      How come people know so much? Dang here I thought being a computer wizard was one thing and you shattered my expectations

      • Default Username@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        14
        ·
        5 days ago

        An FPGA is essentially a reprogrammable computer chip, or integrated circuit (IC), that can behave as another computer chip. It is widely used in the development of new ICs.

        The MiSTer FPGA project uses an off-the-shelf Altera DE10-nano development board, which has a combo FPGA + ARM SoC on it. The OS, USB controller input, and some other stuff runs on the ARM core, and the FPGA is reprogrammed upon launching a core to behave as closely as possible to the original hardware that it’s emulating.

        FPGAs can either be pre-programmed or programmed on-the-fly. In consumer hardware, FPGAs and CPLDs (essentially weak FPGAs) are used when you need an IC produced in small scale, or when you need to be able to change the functionality of the IC with updates.

        People know so much because they take the time to learn, and it does take a lot of time and patience.

        • kinship@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          5 days ago

          Thank you for the reply.

          “People know so much because they take the time to learn, and it does take a lot of time and patience”.

          Off topic but I don’t think is that easy. We only have so much time… I just learned about this stuff. If I was 80 it would be game over.

          • Default Username@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            4
            ·
            5 days ago

            Nothing that takes significant amounts of time to accomplish is easy. Many people go to school specifically to learn about FPGA development (Computer Engineering students specifically).