blackhillsinfosec / skyhook-obfuscation

Obfuscation algorithms and WASM supporting skyhook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skyhook Obfuscators

This repository provides obfuscation objects and algorithms for Skyhook.

Building WASM

This command can be used to build the WASM file. It can be dropped into Skyhook directly, or incorporated into other tooling.

cd wasm
GOOS=js GOARCH=wasm go build -o algos.wasm

About

Obfuscation algorithms and WASM supporting skyhook.

License:MIT License


Languages

Language:Go 100.0%