• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Pattern recognition/AI for detecting Spectre-type malware in Open Sores / Javascript /etc

amd6502

Senior member
Do you guys think it would be possible (and practical) to write a relatively small programs to perform pattern recognition to detect some Spectre type malware in Javascript and large open sores projects like Firefox Quantum, that make it very hard for people to examine code, just because of the scale of these vast projects?

False positives would be totally fine. Just something that would cut down the humans reading unmanageable lines of code, by a few orders of magnitude.

Another alternative or supplementary method might be analyzing the binary or bytecode for sprectre family access patterns within segments of code.
 
Back
Top