代码搜索:hack
找到约 2,135 项符合「hack」的源代码
代码结果 2,135
www.eeworm.com/read/100127/6274133
py names.py
import sys
# My home directory/
GUIDO = '/ufs/guido/'
# Hack sys.path so AL can be found
LIB = GUIDO + 'lib/python'
if LIB not in sys.path: sys.path.insert(0, LIB)
# Python binary to be used on rem
www.eeworm.com/read/154851/11922956
readme
Knark v0.59 by Creed @ #hack.se
email: creed@sekure.net
Knark is a kernel-based rootkit for Linux 2.2.
No part of knark may be used to break the law, or to cause damage of any
kind. And I'm
www.eeworm.com/read/154851/11922982
c knark.c
/*
* knark.c, part of the knark package
* (c) Creed @ #hack.se 1999
*
* This lkm is based on heroin.c by Runar Jensen, so credits goes to him.
* Heroin.c however offered quite
www.eeworm.com/read/122453/14689434
c interface.c
#include
#include
#include
#include
#include
/* Global mp .. it's a hack */
MpglibDecoder *gmp;
static void remove_buf(MpglibDecoder *m
www.eeworm.com/read/207929/15256566
c glmovie.c
/* HACK
* If you stick glx.h before MPEG.h, the preprocessor
* will start replacing the MPEG methods Status with an
* X11 variable type... blech.
*/
#include "smpeg.h"
#include "SDL.h"
#include
www.eeworm.com/read/480930/1312150
c read.c
/*
* linux/fs/nfs/read.c
*
* Block I/O for NFS
*
* Partial copy of Linus' read cache modifications to fs/nfs/file.c
* modified for async RPC by okir@monad.swb.de
*
* We do an ugly hack here in
www.eeworm.com/read/479151/1343670
c read.c
/*
* linux/fs/nfs/read.c
*
* Block I/O for NFS
*
* Partial copy of Linus' read cache modifications to fs/nfs/file.c
* modified for async RPC by okir@monad.swb.de
*
* We do an ugly hack here in
www.eeworm.com/read/464448/1530099
c fpprintf.c
#include
#include
#include
#include "_stdio.h"
#define _ARM_HACK
#define FLOAT_PRINTF
#define _PRINT _fpprint
#define ATOI atoi
#define XCONST CONST
#inclu