this post was submitted on 04 Sep 2023
606 points (96.9% liked)

Technology

58137 readers
4481 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (3 children)

Would it not be possible to fake most of those by spoofing the model the CPU reports, like what happens with GPUs?

[–] [email protected] 14 points 1 year ago (1 children)

Theoretically possible? Yes, of course. Well beyond the ability of most people including those that print a different model number on the heat shroud? Also yes

[–] [email protected] 1 points 1 year ago

Yes, and to be more clear, in order to do something like this, you'd need to manufacture a chip to do so. It doesn't have to be a full CPU, but it does need to intercept any signal looking for the id and pass the rest to the real CPU you're using. If there's any cryptography involved, the problem becomes NP hard to solve unless you can get ahold of a private key, but then you might need to intercept even more signals to keep everything coherent.

And you need to solve any problems involved in having two chips (or more) work together seemlessly. And if you want to fit it on one package, now you need to make a custom one that routes the pins as you need them to be, when the current design already tries to make optimal use of the space. If you could do this, you could probably make more money working with one or more chip makers legitimately.

Odds are all of this will be more expensive than the difference between the price of the high end chip you're pretending to be and the low end chip you're really using. Unless you can sell them at a scale that will attract the attention of the companies that you're trying to steal revenue from who have the tools to make detection easy regardless of what your custom chip does.

[–] [email protected] 2 points 1 year ago

Yeah, I think this is the real danger. "I don't know why this i9 isn't performing like expected" is a problem where the cause may be much harder to trace if people can reliably change what the processor reports itself as. And even then, the question only even gets asked by those who actually benchmark it.

[–] [email protected] 2 points 1 year ago

With GPUs you can do things like dump its BIOS, alter the identification string, and then re-flash the card.

I've modified a lot of GPU BIOSes to tweak GPU and memory clock timings or enable Mac support.

CPUs aren't that easy to modify. I am not aware of any consumer tools that can simply re-write CPU's internal code.

Regardless, the first time you run a benchmark and it shows that your CPU is really X and not Y, you will know something is wrong.