Skip to content
/ vc Public

A tool read and set vermagic and crc of kernel module

Notifications You must be signed in to change notification settings

fanfuqiang/vc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

vc

A tool read and set vermagic and crc of kernel module

build

  gcc -o vc vc.c

use

  ./vc -help

examples

  • set vermagic value to "hello"
./vc -v +hello some-name.ko
  • set single_open crc value to 0x123
./vc -c "+{single_open, 0x123}" some-name.ko

Anather more magic example:

./vc -c "+{single_open, 0x123}" "+{ some-name ,  0x1234 }" some-name.ko

other

Any other do you want?

tell me: feqin1023 AT gmail dot com

About

A tool read and set vermagic and crc of kernel module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages