25 related articles

Deep analysis of MediaCrawler, a popular GitHub open-source project using Playwright browser automation for multi-platform crawling across Xiaohongshu, Douyin, Kuaishou, Bilibili, Weibo, Tieba, and Zhihu.

Deep dive into the popular GitHub project MediaCrawler — a Playwright-based multi-platform crawler framework supporting data collection from Xiaohongshu, Douyin, Kuaishou, Bilibili, Weibo, Tieba, and Zhihu.

GitHub Trending July 27: AI Agent Skills explode as claude-video, impeccable, and last30days-skill extend model capabilities without modifying models themselves.

A complete walkthrough of AI-assisted GeeTest four-image CAPTCHA reverse engineering: from capturing the w parameter to AI analyzing obfuscated code and generating runnable scripts in minutes.

A real-world retrospective on AI-assisted Python reverse engineering: from JS obfuscation tracing and SM2/SM4 key extraction to generating decryption code with DeepSeek. An honest assessment of LLM value and legal risks.

AI agents are revolutionizing JS reverse engineering. This deep dive covers built-in tool chains, automation modes, prompt engineering for e-commerce, and full pipeline automation from parameter extraction to database storage.

A technical deep-dive into AI-assisted reverse engineering: how MCP, Skills libraries, and Frida toolchains work together, their real capability limits, and the legal boundaries of iOS/Android/Web reverse analysis.

The jscrambler npm package v8.14.0 was hit by a supply chain attack, with malicious code able to steal environment variables, CI secrets, and deployment credentials. This guide covers self-inspection, credential rotation, and dependency hardening.

Cross-site prompt injection is becoming the trickiest security threat for Web agents. This article analyzes the Prismata project's 'confining defense' approach—controlling injection's blast radius via context isolation, permission boundaries, and trust grading.

Learn how to automate JavaScript reverse engineering environment patching with AI + sandbox. Three-step flow diagnoses missing BOM/DOM objects, generates patches, and self-validates. Get encrypted data in seconds.

A tech enthusiast decoded an obfuscated Bash script on a Uniqlo T-shirt. This article breaks down the reverse-analysis approach, obfuscation tricks, and safe-execution principles.

By capturing and analyzing ChatGPT's real network traffic during web retrieval, this article reveals the underlying logic of AI source selection—covering the layered mechanisms of retrieval recall and content filtering, domain preference patterns, and practical insights for content creators and SEO professionals.

A detailed guide on MCP protocol setup and hands-on workflow showing how AI can automatically locate encrypted APIs, analyze obfuscated JS, set breakpoints, and restore sign algorithms to generate Python scraper code.

Learn how AI LLMs revolutionize JS reverse engineering—automating encryption cracking, signature reconstruction, and parameter analysis to boost freelance scraping efficiency by 10x.

Full workflow for using Doubao to generate prompts and Cursor to auto-generate web scraper code. Covers AI chain collaboration, full-stack code generation, and auto-documentation.
TutorialsA detailed guide on AI+Frida reverse engineering for packet capture, from decompilation to auto-generated Hook scripts, capturing encrypted protocol plaintext in four steps.
TutorialsLearn how to build an MCP-based AI reverse engineering workflow using Chrome MCP, Remus MCP, and LLM APIs to automate crawler encryption cracking, with real-world cases and cost analysis.
TutorialsGuide to building an MCP-based AI reverse engineering workflow using Chrome MCP, Remus MCP, and LLM APIs for semi-automated crawler encryption cracking with real-world case studies.
TutorialsHands-on demo using DeepSeek V4 Pro to reverse-engineer Youdao Translate's sign parameter, from locating MD5 encryption logic to generating complete Python code, compressing hours of work into minutes.
TutorialsLearn how to use DeepSeek AI to assist JS reverse engineering, cracking Youdao Translate's Sign algorithm via packet capture, breakpoint debugging, dual MD5 analysis, and Python implementation.