Skip to content

Instantly share code, notes, and snippets.

View qianfan-Zhao's full-sized avatar
💭
Busing and boring

qianfan qianfan-Zhao

💭
Busing and boring
  • Yantai, Shandong
  • 03:25 (UTC +08:00)
View GitHub Profile
@zohead
zohead / modcrc.c
Created March 11, 2015 07:36
display linux module vermagic and CRC value
a/*
* Linux kernel module fucker
*
* by wzt <wzt.wzt@gmail.com>
*
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>