@ShouChen_: I was shocked. I have a portable player with some system bugs, and the official firmware hasn't been updated for a long time. This afternoon, I had a sudden idea to let Codex analyze the official firmware to see if I could make some modifications. Codex unpacked it and found it's an embedded Linux based on MIPS architecture. Then after some decompilation analysis, it found an HTTP service that might have...
Summary
The user used Codex to analyze the official firmware of a portable player, found it is an embedded Linux based on MIPS architecture, and discovered through decompilation that an HTTP service might have a vulnerability.
View Cached Full Text
Cached at: 06/23/26, 01:57 AM
I was completely blown away. I have a portable player with some bugs in its system, and the official firmware hasn’t been updated in a long time. This afternoon, I had a sudden idea to let Codex analyze the official firmware to see if I could modify it. Codex unpacked it and found it was an embedded Linux system with a MIPS architecture. Then, after some reverse engineering, it discovered a possible vulnerability in an HTTP service—basically the WiFi music transfer feature. I turned the service on and let it continue. https://t.co/MQPwCptSob
Similar Articles
@xiangxiang103: Wow, Anthropic really dropped the ball this time. Someone dug up hidden code in the Claude Code binary — specifically designed to detect whether you're a Chinese user or routing through China. Not ordinary telemetry, but deliberately obfuscated, not mentioned in release notes, and completely unknown to users. The process goes like this: - Detects you...
Hidden code was discovered in the Claude Code binary that specifically detects Chinese users or proxy routes, and secretly modifies system prompts to add watermarks, sparking widespread concerns about trust in developer tools.
@QingQ77: Enable ChatGPT Web to directly read/write local repository files, search code, and execute safe commands via the MCP protocol. https://github.com/rebel0789/codexpro… Can bridge between ChatGPT Developer Mode and your local repository...
CodexPro is an open-source command-line tool that uses the MCP protocol to allow ChatGPT Web to directly read/write local repository files, search code, and execute safe commands, turning ChatGPT into a local coding agent.
@9hills: After several weeks of exploration and various attempts, the configuration of pi agent is basically stable. I posted a list before without explanation, which wasn't very friendly. This time I'm posting a full version with comments. Warning: If you need an out-of-box Coding Agent, don't use Pi; Claude Code/Codex is more suitable…
The author shares the stable configuration of pi agent (full version with comments), and warns that if you need an out-of-box Coding Agent, Claude Code/Codex is more suitable.
@CycleDecoded: Unbelievable! Finally, an end to CSDN's forced login copying. A GitHub developer created a tool that strips the veil off these restrictive content sites. The project is called code-box, a pure open-source browser extension targeting CSDN, Zhihu, Juejin, Blog Park, Script Home...
code-box is an open-source browser extension that automatically removes forced login and copy restrictions on sites like CSDN and Zhihu. It supports one-click download of articles as Markdown or HTML, and blocks annoying pop-ups.
@vintcessun: Found a new approach: coding agent can be this lightweight. 16MB memory, 0% idle CPU, 26MB binary — these numbers are insane in the agent space. It's built with Rust, packing all standard tools, permission system, session management, and MCP into 17k LoC...
Zerostack is a minimal coding agent written in Rust, consuming only 16MB of memory and a 26MB binary. It achieves lightweight design through feature gates, supporting multiple providers and tools.