# fearVM **Repository Path**: fkgeek/fearVM ## Basic Information - **Project Name**: fearVM - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-01-12 - **Last Updated**: 2023-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fearVM A javascript virtual machine protector ## Concept fearVM compiles javascript to bytecodes, then run it with a virtual machine ## Supported JS Syntax * Almost everything in es5, except try-catch-break * Some of ES6 * arrow functions * let & const * Spread syntax (for function and array) ## Sample https://moepus.oicp.net/static/base64.fearVM.js fearVMed https://github.com/mathiasbynens/base64/blob/master/base64.js ## License AGPL