$ git clone git://github.com/enedil/frida-seastar.git
$ cd frida-seastar/
$ npm install
$ frida -l _agent.js --no-pause ./example_application
To continuously recompile on change, keep this running in a terminal:
$ npm run watch
And use an editor like Visual Studio Code for code completion and instant type-checking feedback.
Required: compile libcppfilt module with
bash make_cppfilt
and insert compiled shared library path into file agent/demangler.ts