First attempt at an arguably naive LD_PRELOAD library to try and restrict file access
6 files changed
tree: 43fb85cf57982aa145873706a7bbae8f9d2fa64a
  1. .gitignore
  2. LICENSE
  3. Makefile
  4. README.md
  5. app.js
  6. c-preload/
  7. etc/config/
  8. examples/
  9. lib/
  10. package.json
  11. static/
README.md

GCC Explorer

GCC Explorer is an interactive compiler. The left-hand pane shows editable C/C++ code. The right, the assembly output of having compiled the code with a given compiler and settings.

Try out the demo site!