EvilVM: Forth shellcode
Summary
EvilVM is a native code Forth compiler deployed as position-independent shellcode for remote code execution in information security contexts, providing an interactive shell and capabilities for remote code delivery and compilation.
View Cached Full Text
Cached at: 09/22/26, 02:41 PM
Similar Articles
Bytecode VMs in surprising places (2024)
This article explores surprising uses of bytecode virtual machines, specifically eBPF in the Linux kernel and DWARF expressions for debug information in compiled binaries.
evocation - Call forth the blue-green flame of computation from the universe, weave its energies into a fabric, that we may share our blood with it
Evocation is a Forth dialect and self-hosting compiler targeting amd64 architecture, designed for experimentation with language design and featuring self-bootstrapping for auditable binaries.
Reverse-Engineering Claude Web's MicroVM: Uncovering Anthropic's Hidden Antspace
The blog post details the reverse-engineering of Claude Code Web's runtime environment, revealing it uses a Firecracker MicroVM and uncovering Anthropic's undocumented application hosting platform.
@tetsuoai: How attackers get a shell without injecting a single byte of new code. Return-oriented programming. Chain ret-ending ga…
The tweet explains return-oriented programming, a technique where attackers chain existing code gadgets in a binary to gain control without injecting new code.
Building a Clang Backend and Porting Doom to my Custom Bytecode VM
The author revives his custom bytecode VM (UVM) and builds a Clang backend by parsing textual LLVM IR with AI assistance, successfully porting Doom to the VM.