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
  • 07:41 (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 <[email protected]>
*
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>