E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
tlhelp
远程调用函数
#include "StdAfx.h" #include <windows.h> #include <
tlhelp
32.h> // #
·
2015-11-02 17:45
函数
取得某个进程CPU的占用率
system_time_diff) */ #include<windows.h> #include<stdio.h> #include <pdh.h> #include <
Tlhelp
32
·
2015-11-02 16:24
cpu
Unicode与MultiByte之间的练习: Process Cleaner
include <cstdio> 2 #include <cstring> 3 #include <windows.h> 4 #include <
tlhelp
32
·
2015-11-02 13:14
unicode
VC 显示当前运行的所有进程
#include < windows.h > #include <
tlhelp
32.h > #include < stdio.h >
·
2015-11-01 15:25
VC
获取进程列表及相关信息
interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs,
TlHelp
32
·
2015-11-01 12:12
进程
Pass360[最新].cpp
include <shobjidl.h> 3 #include <shlguid.h> 4 #include <shlobj.h> 5 #include <
tlhelp
32
·
2015-11-01 11:06
360
CreateRemoteThread小记
#include <
Tlhelp
32.h > /* * 向指定进程注入DLL * dwProcessID: 目标进程
·
2015-10-31 17:00
thread
通过进程ID获取进程名
uses
TLhelp
32 function GetProcessNameById(const AID: Integer): String; var h:thandle; f
·
2015-10-31 16:33
进程
VC进程提权
下面是提权代码 #include <
TlHelp
32.h> /***************************************************/
·
2015-10-31 15:28
VC
杀掉叽哩瓜叽(jlguaji.exe)的两种方法
(1)C++代码方式: #include "stdafx.h" #include <windows.h> #include <
tlhelp
32.h>
·
2015-10-31 11:00
exe
VC中遍历目标进程中的模块
strModule; 可以换成 char* 但是MODULEENTRY32结构中的szModule是WCHAR 由于博主基础知识较差 所以使用的MFC里的Cstring函数 #include <
Tlhelp
32
·
2015-10-31 11:02
遍历
Delphi 中关闭指定进程的方法
Windows, SysUtils,
Tlhelp
32&
·
2015-10-31 11:49
Delphi
TTimer加KillProcess达到禁止程序运行
uses
TlHelp
32 Function KillProcess2(TheProcName:String):boolean; //杀死进程(根据进程名) KillProcess2
·
2015-10-31 11:02
process
进程信息查看
#include <windows.h> #include "resource.h" #include <commctrl.h> #include <
Tlhelp
32
·
2015-10-31 10:46
进程
DLL注入模板
. // #include <windows.h> #include <
tlhelp
32.h> //--------------------------------------
·
2015-10-31 10:45
dll
远程线程模板(DLL注入)
#include <windows.h> #include <
tlhelp
32.h> #include <s
·
2015-10-31 10:45
dll
远程线程模板(将执行代码写入目标进程)
ThreadProc直接写入到目标进程中,典型的提权->打开进程->在目标进程内申请空间->写入线程代码->CreateRemoteThread启动线程函数 #include <
tlhelp
32
·
2015-10-31 10:45
线程
进程的查找、遍历与终止
查找进程中QQ进程并终止该进程 #include<windows.h> #include<stdio.h> #include<
tlhelp
32.h> DWORD
·
2015-10-31 10:38
遍历
在任意的远程桌面的session中运行指定的程序
可以在任意的桌面里运行指定程序 #include <windows.h> #include <stdio.h> #include <process.h> #include <
Tlhelp
32
·
2015-10-30 14:12
session
KillTenSLX
console程序 把代码粘里面就可以了*/ #include "stdafx.h" #include "windows.h" #include "
TlHelp
32
·
2015-10-30 13:18
kill
Delphi编程获取系统当前进程、窗口句柄、文件属性以
uses
TLHelp
32,PsAPI; (1)显示进程列表:procedure TForm1.Button2Click(Sender: TObject);var lppe: TProcessEntry32
·
2015-10-27 16:19
Delphi
服务端主窗口
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,
TlHelp
32
·
2015-10-27 15:26
服务端
一个在内存里搜索QQ号码的源码,源自看雪论坛
#include <windows.h> #include <
tlhelp
32.h> #include <tchar.h> #include <stdlib.h
·
2015-10-21 11:24
qq
VC++实现进程冻结与解冻
冻结进程 #include <stdio.h>#include <windows.h>#include <
tlhelp
32.h> int main(int argc
·
2015-10-21 11:26
vc++
修改程序内存中的值
#include <stdio.h> #include <windows.h> #include <
tlhelp
32.h>//声明快照函数的头文件 DWORD g_arList
·
2015-10-21 10:46
内存
C++ win32 下载者源码
include “string.h” #include <windows.h> #include <wininet.h> #include “
tlhelp
32
·
2015-10-21 10:18
Win32
使用C++中CreateRemoteThread进行线程注入
#include <windows.h> #include <tchar.h> #include <stdio.h> #include <
Tlhelp
32
冤大头_718
·
2015-05-29 08:00
thread
C++
VC++实现无进程无dll线程注射技术
#include "stdafx.h" #include "windows.h" #include "stdio.h" #include "Psapi.h" #include "
Tlhelp
32
skkg
·
2014-10-19 18:31
DLL注入
VC++枚举进程与模块
www.myexception.cn/cpp/913576.html #pragmaonce #define_WIN32_WINNT0x0500 #include"windows.h" #include"
tlhelp
32
tiandyoin
·
2014-08-17 16:00
error C2146: 语法错误: 缺少“;”(在标识符“WINAPI”的前面) 及 “error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int” 解决方案
在VS里字定义了一个工程,添加了一个CPP和H,编译时出现了以下奇怪的错误:1>c:\programfiles(x86)\microsoftsdks\windows\v7.0a\include\
tlhelp
32
chence19871
·
2014-08-01 16:00
VC关闭外部exe程序的方法
终止指定进程 #include"
tlhelp
32.h" voidKillExe(constchar*szExeName) { if(szExeName==NULL) return0; intlsr=lstrlen
小小程序猿
·
2014-07-14 15:33
VC
关闭外部exe程序
windows 下获取当前进程的线程数量
#include <
TlHelp
32.h>int get_thread_amount() { int i = 0; char Buff[9]; PROCESSENTRY32
·
2014-07-02 09:00
windows
通过进程ID获取基地址
通过MODULEENTRY32来读取,下面是代码: #include <Windows.h> #include <
Tlhelp
32.h> #include <stdio.h
·
2014-06-24 20:00
进程
怎样获得某个进程的内存基地址?
#include <iostream> #include <windows.h> #include <
Tlhelp
32.h.
·
2014-06-24 20:00
内存
【进程处理】1,枚举进程,关闭进程
1,代码如下#include"stdafx.h"#include#include"
tlhelp
32.h"intmain(intargc,char*argv[]){PROCESSENTRY32pe;DWORDid
逆风微光
·
2014-02-28 13:12
C++
MFC
【进程处理】1,枚举进程,关闭进程
1,代码如下#include"stdafx.h" #include #include"
tlhelp
32.h" intmain(intargc,char*argv[]) { PROCESSENTRY32pe
dpsying
·
2014-02-28 13:00
MFC获得指定进程的ID,路径及终止进程
转载自:http://blog.sina.com.cn/s/blog_a473b7dc0101foir.html头文件#include"
tlhelp
32.h"voidManagerDlg::OnBnClickedOk
lebao82
·
2013-12-05 15:00
VC:杀死进程
包含头文件为#include"
tlhelp
32.h"BOOLKillProcessFromName(LPCSTRlpProcessName){HANDLEhSnapShot=CreateToolhelp32Snapshot
u013805103
·
2013-10-11 16:00
通过进程名查找进程ID
ToolhelperAPI由头文件
TlHelp
32.h定义。
Bruce_Zeng
·
2013-03-27 20:00
MFC 进程监控
1、获得电脑中所有运行的进程: #include"
TLHELP
32.H" HANDLESnapshot;Snapshot=CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS
zhoxier
·
2013-01-22 15:00
VC++实现枚举进程与模块
#pragmaonce #define_WIN32_WINNT0x0500 #include"windows.h" #include"
tlhelp
32.h" #include"stdio.h" #include"NativeApi.h
abcpanpeng
·
2013-01-01 13:00
学习2
include "stdafx.h" #include"stdio.h" #include <windows.h> #include <
tlhelp
32
317422638
·
2012-12-10 11:00
C++
学习1
include "stdafx.h" #include"stdio.h" #include <windows.h> #include <
tlhelp
32
317422638
·
2012-12-10 10:00
C++
vc 关闭进程
终止指定进程 #include"
tlhelp
32.h" voidKillExe(constchar*szExeName) { if(szExeName==NULL) return0; intlsr=lstrlen
飘雪超人
·
2012-12-08 11:00
vc 关闭进程
终止指定进程 #include"
tlhelp
32.h" voidKillExe(constchar*szExeName) { if(szExeName==NULL) return0; intlsr=lstrlen
whatday
·
2012-12-08 11:00
VC++实现枚举进程与模块
#pragmaonce #define_WIN32_WINNT0x0500 #include"windows.h" #include"
tlhelp
32.h" #include"stdio.h" #include"NativeApi.h
yincheng01
·
2012-10-24 15:00
VC++另类实现进程插入
implementationfile // #include"stdafx.h" #include"WaiGuaTest.h" #include"WaiGuaTestDlg.h" #include"
Tlhelp
32
yincheng01
·
2012-08-02 11:00
thread
null
System
dialog
vc++
initialization
DELPHI 关闭进程
unit
Tlhelp
323; interface uses Windows,SysUtils,
Tlhelp
32; function KillTask(ExeFileName:
java-mans
·
2012-07-30 22:00
Delphi
WINCE检测进程是否运行
Header:
Tlhelp
32.h.
huang5556019
·
2012-07-22 23:00
VC++实现无进程无dll线程注射技术
请见代码分析,实现线程注射#include"stdafx.h" #include"windows.h" #include"stdio.h" #include"Psapi.h" #include"
Tlhelp
32
yincheng01
·
2012-07-16 15:00
thread
null
buffer
dll
vc++
token
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他