代码搜索:hack
找到约 2,135 项符合「hack」的源代码
代码结果 2,135
www.eeworm.com/read/154851/11922986
c nethide.c
/*
* nethide.c, part of the knark package
* Linux 2.1-2.2 lkm trojan user program
* (c) Creed @ #hack.se 1999
*
* This program may NOT be used in an illegal way,
* or to caus
www.eeworm.com/read/154851/11922999
c rootme.c
/*
* rootme.c, part of the knark package
* Linux 2.1-2.2 lkm trojan user program
* (c) Creed @ #hack.se 1999
*
* This program may NOT be used in an illegal way,
* or to cause
www.eeworm.com/read/223348/14644025
inf cfsd.inf
;
; NASTY HACK of an example inf just to get this thing working for the moment
;
[Version]
Signature = "$Windows NT$"
Class = ""Security Enhancer"
;ClassGUID = {d02bc3da-0c8e-4945-9bd
www.eeworm.com/read/16793/690989
scrollbar2
#!/bin/bash
#
# scrollbar - display scrolling text
#
# usage: scrollbar args
#
# A cute hack originally from Heiner Steven
#
# converted from ksh syntax to bash v2 syntax by Chet Ramey
www.eeworm.com/read/16793/690992
scrollbar
#!/bin/bash
#
# scrollbar - display scrolling text
#
# usage: scrollbar args
#
# A cute hack originally from Heiner Steven
#
# converted from ksh syntax to bash v2 syntax by Chet Ramey
www.eeworm.com/read/232407/4699903
cpp nettoolkit.cpp
//NetToolkit.cpp
/*
Copyright 2000-2004 The VCF Project.
Please see License.txt in the top level directory
where you installed the VCF.
*/
#ifdef WIN32 //this is a hack - this will be removed when
www.eeworm.com/read/209559/4961842
nm
#!/bin/sh
##
# Hack to have an nm which removes the local symbols. We also rely
# on this nm being hidden out of the ordinarily executable path
##
${CROSS_COMPILE}nm $* | grep -v '.LC*[0-9]*$'
www.eeworm.com/read/192230/5159740
ch pr-6292.ch
hack : module
dcl i int;
fred : proc (a int in, b int loc);
writetext(stdout, "a was '%C'; b was '%C'.%/", a, b);
b + := 1;
end fred;
klaus : proc ();
writetext(stdout, "here's klaus calling.
www.eeworm.com/read/191602/5165141
h sequencegrabber.h
// This embarassing hack exists purely because EMACS' electric-c indentation
// mode is too clever by half...
#ifndef BEGIN_EXTERN_C
#ifdef __cplusplus
#define BEGIN_EXTERN_C extern "C" {
#define