Zirition

@zir
28 Followers
254 Following
453 Posts
Just another internet rando

What if I told you there is an immensely popular operating system that you likely used it at least once, but did not realise what it was?

In fact, it is so popular and important there is an IEEE standard based on it.

It is uncanny how immensely popular AND immensely obscure this system is.

It is scary that until today I have never even heard of its reference desktop implementation.

The system is called "TRON".

🧵 thread~

p.s. thanks @fkinoshita for the pointer!

Researchers pointed a satellite dish at the sky for 3 years and monitored what unencrypted data it picked up. The results were shocking: They obtained thousands of T-Mobile users' phone calls and texts, military and law enforcement secrets, much more: 🧵👇https://www.wired.com/story/satellites-are-leaking-the-worlds-secrets-calls-texts-military-and-corporate-data/
Satellites Are Leaking the World’s Secrets: Calls, Texts, Military and Corporate Data

With just $800 in basic equipment, researchers found a stunning variety of data—including thousands of T-Mobile users’ calls and texts and even US military communications—sent by satellites unencrypted.

WIRED

pretty amazing and feels magical to run three snippets each on different operating systems, with zero setup needed (batteries included) #macdev #swiftlang #python #linux #notepadexe

1. Python on Linux
2. Swift on Linux
3. Swifton macOS

Introducing Swift Configuration, a new way to share and manage configuration for Swift. It's a smarter way to keep secrets safe and separate develop/test/prod environments. More here: https://forums.swift.org/t/introducing-swift-configuration/82368

Finally I can ditch my tired old Sparc station, and switch to #Windows like everyone else!

Introducing SSH2WIN a port of SSH2DOS to #16bit Windows. No win32s here!

This was both harder and easier than I thought it would be.

Official release coming soon, once I clean up some details.

#retrocomputing

i reverse-engineered the Raspberry Pi Compute Module 5! check it out at https://github.com/schlae/cm5-reveng

At long last - Phrack 72 has been released online for your reading pleasure!

Check it out: https://phrack.org/

Microsoft Word for the PowerPC version of Windows NT uncovered and archived

We removed ads from OSNews. Donate to our fundraiser to ensure our future!

We all know the earlier versions of Windows NT were available not only for x86, but also for MIPS, Alpha, and PowerPC (and there were unreleased ports to SPARC and Clipper). While we have the operating systems

https://www.osnews.com/story/143108/microsoft-word-for-the-powerpc-version-of-windows-nt-uncovered-and-archived/

#Windows

Microsoft Word for the PowerPC version of Windows NT uncovered and archived – OSnews

I found a Linux kernel security bug (in AF_UNIX) and decided to write a kernel exploit for it that can go straight from "attacker can run arbitrary native code in a seccomp-sandboxed Chrome renderer" to kernel compromise:
https://googleprojectzero.blogspot.com/2025/08/from-chrome-renderer-code-exec-to-kernel.html

This post includes fun things like:

  • a nice semi-arbitrary read primitive combined with an annoying write primitive
  • slowing down usercopy without FUSE or userfaultfd
  • CONFIG_RANDOMIZE_KSTACK_OFFSET as an exploitation aid
  • a rarely-used kernel feature that Chrome doesn't need but is reachable in the Chrome sandbox
  • sched_getcpu() usable inside Chrome renderers despite getcpu being blocked by seccomp (thanks to vDSO)
From Chrome renderer code exec to kernel with MSG_OOB

Posted by Jann Horn, Google Project Zero Introduction In early June, I was reviewing a new Linux kernel feature when I learned about the...

The Apple Watch has a closed down ecosystem, only compatible with the iPhone. @trusted_device reverse engineered its interfaces and opened it up for compatibility with Android! ✨ WatchWitch ✨ allows you using your Apple Watch ⌚ on Android devices, interpreting your health data, answering messages on the Watch and more.

Demo video: https://www.youtube.com/watch?v=dHz8NHMhtLY
Read the full paper: https://arxiv.org/abs/2507.07210