#Increasing Chromium(OS?) cores

1 messages · Page 1 of 1 (latest)

turbid blaze
#

Is this on ChromeOS or Chrome? Have you recompiled the binaries after making source code changes? What are you trying to accomplish here?

languid fog
# turbid blaze Is this on ChromeOS or Chrome? Have you recompiled the binaries after making sou...

Its Chromium and i have recompiled the source code after just adding two lines which i mentioned above. I am trying to build for Windows from Windows source code so no cross compiling.
What I am trying to accomplish is I want to spoof cpu cores (so it will give fake value to navigator.hardwareConcurrency) which will help in fingerprinting.
How I want to change the cores?
Through the Chromium opening flags like chrome.exe --cpu-cores=14 etc. So when i launch Chromium with this flag it will change the hardware concurrency (override).