1 repositorio
Translating source code into bytecode specifically to obscure logic and prevent reverse engineering.
Distinct from Source-to-Bytecode Compilers: Distinct from general source-to-bytecode compilation by focusing on the intent of obfuscation rather than just VM execution.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Source Obfuscation. Refine with filters or upvote what's useful.
pkg is a Node.js executable packager and cross-platform binary compiler. It bundles a project and its dependencies into a single standalone executable file that runs without a pre-installed runtime on the target machine. The tool uses a virtual filesystem bundler to embed project assets and native modules into a binary snapshot. It includes a bytecode obfuscator that compiles source code into bytecode to prevent the extraction of raw logic. The project supports cross-platform distribution, allowing the generation of binaries for different operating systems and architectures from a single hos
Compiles JavaScript source into binary bytecode to hide raw logic within the executable.