/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.m4b.io
| | secret.club
6.0 parsecs away

Travel
| | Abstract In recent years the interest in obfuscation has increased, mainly because people want to protect their intellectual property. Unfortunately, most of what's been written is focused on the theoretical aspects. In this article, we will discuss the practical engineering challenges of developing a low-footprint virtual machine interpreter. The VM is easily embeddable, built on open-source technology and has various hardening features that were achieved with minimal effort. Introduction In addition to protecting intellectual property, a minimal virtual machine can be useful for other reasons. You might want to have an embeddable interpreter to execute business logic (shellcode), without having to deal with RWX memory. It can also be useful as an education...
| | www.newosxbook.com
4.7 parsecs away

Travel
| |
| | blog.epsilon-sec.com
5.2 parsecs away

Travel
| | Technical analysis of CVE-2025-31201, a PAC bypass in libRPAC
| | leafo.net
19.8 parsecs away

Travel
| What is a PEG What is LPeg Installing LPeg Some simple grammars String equality Combining patterns Parsing numbers A calculator expression parser Closing What is a PEG A PEG, or Parsing Expression Grammar, is a way of describing a language (or patter...