Skip to content

johnlinp/kernel-module-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kernel Module Name

This is a small tool to get the kernel module name of a *.ko file.

Inspired by this Stack Overflow question.

Build

$ make

Use

$ ./get-64 /lib/modules/$(uname -r)/kernel/crypto/cryptd.ko
cryptd
$ cp /lib/modules/$(uname -r)/kernel/crypto/cryptd.ko /tmp/foo.ko
$ ./get-64 /tmp/foo.ko
cryptd

About

Get kernel module name

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published