May contain traces of nuts!

  • 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle



  • I’m stunned with how bad it was and why they hell they didn’t use the same strategy that made Windows popular… The apps.

    My work back then gave me a Windows Phone. Very few of the apps I had on my Android phone was available for my work phone.

    On top of that a lot of things simply didn’t work. One thing I still remember was that Alarm volume and Ring tone volume could not be adjusted individually.

    The whole thing felt like they wanted to reinvent the wheel and started from absolute scratch without learning from the innovation in the past decade of mobile phones.

    It’s sad, a third competitor in the smartphone space wouldn’t have been a bad thing.




  • One of the techniques is called buffer overflow. Where you target a flaw in some software. Computers are logic, they will do EXACTLY what you tell them. Imagine if an image viewer uses an dll to process jpg. That dll expects a very specific header. If this is not handled correctly and a malicious attacker crafts the header to be slightly larger and the larger part contains executable code. This code spills over in the adjacent memory area. The OS then reads this as code to run… and boom you are in.

    This is oversimplified and proberly not explained correctly, but its something like that; and that kids, is why its important to update your OS and software.

    Sometimes they find bugs like this, that have existed for many years before being discovered.