Skip to content

Commit 3b5e18a

Browse files
committed
update version number
1 parent 02c3caf commit 3b5e18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3_RootkitTechniques/3.3_set_root/rootkit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
MODULE_LICENSE("GPL");
1111
MODULE_AUTHOR("TheXcellerator");
1212
MODULE_DESCRIPTION("Giving root privileges to a process");
13-
MODULE_VERSION("0.01");
13+
MODULE_VERSION("0.02");
1414

1515
/* After Kernel 4.17.0, the way that syscalls are handled changed
1616
* to use the pt_regs struct instead of the more familiar function

0 commit comments

Comments
 (0)