A minimalist example to select and download CrowdStrike Falcon binary.
Read the source code
Build the example
npm run build:devel
NAME=sensor_download
./node_modules/esbuild/bin/esbuild --bundle ./examples/browser/${NAME}.ts --outfile=./examples/browser/${NAME}.js --global-name=${NAME}
Run the example:
- point your web browser to the html file
Exemplary Chrome Extension exists to show case use of FalconJS inside a browser.