OTHER·중요도 6·2026. 07. 13.·GeekNews

Chromium 148부터 Math.tanh로 기반 OS를 식별할 수 있음

── KO ──────────────────

Chromium 148에서 OS 식별이 가능해진다.

Chrome 148부터 V8 엔진에서 Math.tanh가 호스트의 std::tanh를 호출하도록 변경되어 서로 다른 운영 체제에서 다른 결과를 반환한다. 이로 인해 각 OS를 구분할 수 있는 가능성이 생겼다. Linux의 glibc, macOS의 libsystem_m, Windows의 UCRT에서 각기 다른 마지막 비트를 결과로 보여준다.


── EN ──────────────────

Chromium 148 enables OS identification using Math.tanh.

With Chrome 148, the V8 engine's Math.tanh now calls the host's std::tanh, leading to different outputs across operating systems. This change allows for the potential identification of the OS based on the last bit returned. Linux's glibc, macOS's libsystem_m, and Windows's UCRT yield distinct final bits.

원문 보기 →목록으로