代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/108242/6184156
makefile
# $Header: Makefile,v 7.2 88/09/20 16:46:02 ceriel Exp $
# CFLAGS : options for the C-compiler
CFLAGS = -O -D_MINIX -D_POSIX_SOURCE -wa
# LDFLAGS : flags for the loader
# -i for a PDP-11 with separa
www.eeworm.com/read/108242/6184215
makefile
# Makefile for talkd
#
# 07/22/96 Michael Temari,
#
CFLAGS= -O -D_MINIX -D_POSIX_SOURCE -m
LDFLAGS=-i
BINDIR= /usr/bin
PROG= talkd
OBJS= talkd.o net.o process.o finduser.o
www.eeworm.com/read/105300/6199450
txt tmext.txt
TMExt DLLs extend task managers - they add new functionality
to english versions of
Task Manager (Microsoft, NT4, W2K),
Process Explorer (Mark Russinovich, sysinternals.com),
ProcDump (G-RoM,
www.eeworm.com/read/105300/6199463
txt addprocessinitx.txt
AddProcessInitX package allows user to do 2 things with newly created
& suspended NT process:
*) to execute user code before statically loaded modules are initialized
(= DllMains called with D
www.eeworm.com/read/105300/6199474
txt info.txt
WSLogHARD
---------
logs all calls to "gethostbyname" and "send" winsock APIs.
"All calls" implies HOOK_OVERWRITE hook type.
NT: All processes are enumerated, winsock dll is mapped to them, ho
www.eeworm.com/read/105300/6199717
inc getpids.inc
;=================================================
GetCurrentPIDs PROC USES EBX ESI EDI, PIDbuffer, PIDbuffersize
LOCAL PIDCount :DWORD
LOCAL What :DWORD
LOCAL CleanUp
www.eeworm.com/read/105300/6199718
txt intilter2w9x.txt
This example shows autoloading. In W9X .exe can be loaded into
process and is "established" there (=relocations are applied if needed,
import table is updated,...).
www.eeworm.com/read/104936/6201013
aspx memleak.aspx
void Page_Load(Object Sender, EventArgs E)
{
if (Applicatio
www.eeworm.com/read/104806/6201574
java macaddresshelper.java
import java.io.*;
import java.net.URL;
public class MacAddressHelper {
public MacAddressHelper() {
}
private static String getMyMac() {
String s = "";
try {
String s1 = "ipconfig
www.eeworm.com/read/103315/6218195
java asynctopicsubscriber.java
package bible.jms;
import javax.jms.*;
import javax.naming.*;
import java.util.*;
/**
* Class AsyncTopicSubscriber
*
*
* @author
* @version %I%, %G%
*/
public class Asyn