carloslack / KoviD

Linux kernel rootkit
Other
247 stars 51 forks source link

Fix using undeclared variable #55

Closed carloslack closed 1 year ago

carloslack commented 1 year ago

Overlooked this because it is guarded by an ifdef. Also, it needs pr_info because building with DEPLOY will shut prinfo wrapper, hiding the unhide key. Now it is shown once at the start if compiled with DEPLOY=1.