It is a POC for injecting assembled C code to website.
- git
- nodejs
- installed
emcc~ https://emscripten.org/docs/getting_started/downloads.html
- clone this project and inside project dir run:
npm install~ installs http server needed to bypass local hosting cors blockemcc main.c -o index.html~ creates template html with out code injectednpm start~ starts the server onhttp://127.0.0.1:8080