Skip to content
Izaya edited this page May 3, 2015 · 3 revisions

Basic syscalls are the simplest but most critical syscalls.

  • log <text> - adds a line to the system log
  • set_module_loaded <name> sets the module loaded flag for to true
  • set_module_unloaded <name> sets the module loaded flag for to nil

Clone this wiki locally