CoreMod
From Wiki.cyring.fr
(→coremod.c) |
(→Compiling) |
||
| Line 14: | Line 14: | ||
<br /> | <br /> | ||
==== Compiling ==== | ==== Compiling ==== | ||
| - | <syntaxhighlight lang=" | + | <syntaxhighlight lang="bash"> |
| - | $ | + | $ make |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| + | Compiling : Done. | ||
| + | Linking : Done. | ||
| + | Ready : ./bin/coremod | ||
| + | Remark : You must be root to run CoreMod | ||
<br /> | <br /> | ||
| + | |||
==== Debugging ==== | ==== Debugging ==== | ||
First of all, compile sources with the -g switch then launch the debugger<br /> | First of all, compile sources with the -g switch then launch the debugger<br /> | ||