Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Reading specs beats reading code(technative.eu)
    1comments
  2. Native apps written in TypeScript and CSS(github.com/geastack)
    discuss
  3. Agent manager now with mouse support(agent-manager.dev)
    1comments
  4. Obscura: The first VPN that can't log your activity(obscura.com)
    discuss
  5. AI Leaders Are Standing on a Liability Landmine(wsj.com)
    discuss
  6. WebMCP Integration at Stripe(twitter.com/stevekaliski)
    discuss
  7. Show HN: Which of your secrets did your coding agent send?(github.com/aggib)
    1comments
  8. ShinyHunters hackers say they breached FBI(reuters.com)
    discuss
  9. Meta testing a 'human concierge' for its new personal AI agent, Muse(reuters.com)
    discuss
  10. Show HN: ClassD-VHF-Transmitter – Covert RF Transmission via Phone Speaker PWM(github.com/ta1eei)
    discuss
  11. The human brain is two separate organs, study finds(stanford.edu)
    discuss
  12. I built the Jev architecture one year ago and open-sourced it(reddit.com)
    discuss
  13. He Said AI? Sharpen the Pitchforks(forta.com)
    discuss
  14. Show HN: junkDrawer.ai – Browse eBay with AI Agent and Dynamic Filtering(junkdrawer.ai)
    discuss
  15. DiscoBox: AI Coding Agents in Disposable Sandboxes(github.com/discobox-ai)
    discuss
  16. Why I'm deciding to go ad-free to support my product(trainmap.co.uk)
    1comments
  17. A Faster Shortest Path Algorithm(vals.ai)
    discuss
  18. New time zone code: PCT for British Columbia(gov.bc.ca)
    1comments
  19. GPT-6 Sol and Luna push the cost-efficiency frontier(artificialanalysis.ai)
    discuss
  20. How Scared Should We Be of A.I.?(nytimes.com)
    discuss
  21. Show HN: Slivingdoc – High scale durable UTF-8 context manager for agents(slivingdoc.dev)
    discuss
  22. A CPU Runs a Program [video](youtube.com)
    discuss
  23. Scientists Have Worked Out When Earth Will Run Out of Oxygen(skyatnightmagazine.com)
    2comments
  24. DeepSeek Elastic Compute:A Sandbox Infrastructure for Effective Agentic Training(arxiv.org)
    discuss
  25. Horowitz Andreessen Academy(twitter.com/gaganbiyani)
    discuss
  26. Google Text: a clean, lightweight editor for Android Desktop (GoogleBook)(play.google.com)
    1comments
  27. How an American naval officer cut weeks off the ocean voyages in the 1840's(twitter.com/bartgonnissen)
    1comments
  28. I Bought a Scanner (No, Really This Time)(leejo.github.io)
    discuss
  29. Trump rejects global entity for AI oversight(politico.com)
    2comments
  30. An autonomous AI company could run itself. It still couldn't find a market(autonomouscompany.substack.com)
    1comments

Piclang – Programming language purpose built for malware

1 pointsby 54m agogithub.com
1 comments
54m agoHN ↗

Piclang is a C and Golang inspired, statically typed programming language that compiles to raw position-independent x86-64 shellcode, purpose-built for development of red-team implants.

Single compiled shellcode runs on both Windows and Linux. The novel approach resolves DLLs (Windows) or LibC (Linux) at run-time, allowing itself to bootstrap the standard library and allow you to write portable shellcode that works regardless of the operating system. To clarify, that doesn't mean you build one for Windows and one for Linux, instead a single shellcode works on both operating systems.

Piclang is focused on developer experience and lowers the skill level required to make the most advanced implants possible.