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
PSAPI
VS C++ 查找虚拟机
找文件路径--C:\ProgramFiles\VMware\VMwareTools方式3:寻找进程--vmtoolsd.exe#include#include#include#include#include"
Psapi
路奇怪
·
2023-12-20 11:29
VC++
c++
木马基础知识要点
采用内核推入式的嵌入方式,利用远程插入进程技术,嵌入到DLL进程,或者挂接
PSAPI
,实现木马程序的隐藏,甚至在winNT/2000下,
weixin_30265103
·
2023-11-29 22:15
运维
操作系统
大数据
c# timer 销毁_C# System.Timers.Timer定时器的使用和定时自动清理内存应用
publicclassProgram{[DllImport("
psapi
.dll")]staticexternintEmptyWorkingSet(IntPtrhwProc);//清理内存相关staticvoidMain
王端端
·
2023-11-19 08:58
c#
timer
销毁
2020-08-24 undefined reference to `EnumProcessModules@16' 解决
使用函数EnumProcessModules(hProcess,hmods,sizeof(hmods),(LPDWORD)&byteNeeded);已经#include"
psapi
.h"依然出错;解决:
风_55e1
·
2023-09-16 08:51
sqlite实时备份
#include#pragmacomment(lib,"
psapi
.lib")intCAceaDbProc::BackupDB(sqlite3*pDb,constchar*zFilename,void(
ucliaohh
·
2022-12-16 19:42
C++
sqlite
数据库
database
C++进程检测,发现进程路径,关闭进程(二)
本章直接使用根据进程ID号并使用GetModuleFileNameEx函数实现进程路径的获取#include"stdafx.h"#include#include"stdio.h"#include#include"
Psapi
.h"int_tmain
勤奋的伙计
·
2020-09-17 08:48
进程创建与管理
【转】枚举进程:ring3->ring0
但经常提到的ring3下的快照、
psapi
的EnumProcesses、暴力OpenProcess;ring0下的ZwQuerySystemInformation、activprocess链、暴力搜索内存
依然静谧
·
2020-09-15 23:09
Win32
Learning
Win764bit上安装32位Oracle10g出现错误:无法定位程序输入点GetProcessImageFileNameW于动态链接库
PSAPI
.DLL
数据库oraclewini7error安装时以最高管理员身份运行:红色字体为自己加上去的代码,绿色字体为自己需要加入文件的代码找到..\database\stage\prereq\db\refhost.xml打开加入再找到..\database\install\oraparam.ini打开加入[CertifiedVersions]#Youcancustomiseerrormessagesh
领跑二十一世纪
·
2020-09-13 15:37
oracle
根据进程名取进程ID,句柄,最前端显示
#include(需链接
Psapi
.Lib)DWORDm_dwTstObjID;HWNDm_lmshwnd=NULL;//回调函数,根据进程ID获得进程句柄BOOLCALLBACKEnumWindowsProc
nifeng_xuwei
·
2020-09-13 02:44
基础知识
获取进程信息在Realease下路径不完整的情况分析
这是因为权限不够的原因,当然了获取进程的方法有很多,可以是使用toolhelp.dll以及
psapi
.dll中的函数进行获取.在win7x64下使用函数GetProcessImageFileName解决
bobopeng
·
2020-08-24 13:02
木马/远控编写
调试
windows系统编程
VC++实现枚举进程与模块
include"windows.h"#include"tlhelp32.h"#include"stdio.h"#include"NativeApi.h"#include"wchar.h"#include"
psapi
.h
weixin_30547797
·
2020-08-22 03:36
根据程序的窗口句柄找到程序的路径
根据窗口句柄找到程序路径:#include#include#include#include#pragmacomment(lib,"
psapi
")intmain(){HWNDhWnd=reinterpret_cast
qiuchangyong
·
2020-08-18 15:42
系统安全与运维
Go1.10获取进程打开的动态库
32BIT=0x01//查看32-bit的模块LIST_MODULES_64BIT=0x02//查看64-bit的模块LIST_MODULES_ALL=0x03//查看所有的模块)//Windows上实现
psapi
JieLinDee
·
2020-08-17 08:38
Golang
服务启动一个进程
#include#include#include#include#include#pragmacomment(lib,"
psapi
.lib")#pragmacomment(lib,"WtsApi32.lib
byxdaz
·
2020-08-13 13:21
VC
C++ 判断进程是否存在
代码如下:#include #include"
psapi
.h" #include"stdio.h"#include////判断进程是否存在//2012-09-10BOOLFindProcess(){i
zhensoft163
·
2020-08-12 18:06
Windows应用
通过PID获取进程路径和进程名的两种方法
通过PID获取进程路径和进程名,使用了
psapi
.h类,获取进程路径,通过_splitpath()函数,获取路径中的文件名。
changetjut
·
2020-08-12 11:22
编程技术
遍历进程+遍历模块
遍历进程有多种方法,我是用的是CreateToolhelp32Snapshot进程快照的方式;遍历模块我用的是ProcessStatusHelper的函数,VC6需要下载
psapi
.h和相应的静态库文件
hambaga
·
2020-08-10 14:17
Windows
获取程序入口地址
//#include"stdafx.h"#include#include#pragmacomment(lib,"
Psapi
.lib")int_tmain(intargc,_TCHAR*argv[]){printf
friendan
·
2020-08-10 09:58
C++
C
windows遍历进程与杀死进程
windows下遍历进程有多种方式:进程快照:CreateToolhelp32Snapshot;进程状态API:
PSAPI
;在
psapi
中主要使用到的方法有:EnumProcesses——枚举进程;EnumProcessModules
sowhat_Ah
·
2020-07-31 10:12
windows
读取进程中程序使用内存大小
getMemorySize=function(exefile){//读取进程中程序使用内存大小importprocessGetProcessMemoryInfo=::
Psapi
.api("GetProcessMemoryInfo
weixin_34239169
·
2020-07-30 03:27
列出Windows所有设备驱动名
Windows驱动名打印#include#include#include#include#pragmacomment(lib,"
psapi
.lib")#pragmacomment(lib,"shlwapi.lib
堂·吉诃德、
·
2020-07-16 10:00
C++ 推断进程是否存在
#include#include"
psapi
.h"#include"stdio.h"#include[cpp]viewplaincopyprint?
weixin_34377065
·
2020-07-15 15:26
EmptyWorkingSet和内存整理
#include"stdafx.h"#include#include#include#pragmacomment(lib,"
psapi
.lib")BOOLEmptyAllSet(){HANDLESnapShot
Posix
·
2020-07-14 12:49
文档
Windows
Win32使用快照、
psapi
.dll、wtsapi32.dll、ntdll.dll 四种方式实现 —— 枚举进程
天青色,等烟雨一年一度的虐狗节又要到了,想想自己还是单身一人就莫名的心疼……走过路过的哥哥姐姐、前辈们,欢迎大家点赞、评论、鼓励^_^进程进程是具有一定独立功能的程序关于某个数据集合上的一次运行活动,进程是系统进行资源分配和调度的一个独立单位.我们可以在任务管理器中,查看我们当前正在运行的进程:上面有着许多和进程相关的信息,比如PID(进程Id)为什么会有多种枚举方式枚举也叫做遍历,此文章将列举出
浪子花梦
·
2020-07-10 10:49
Win32
关于C++中delete释放内存时效性问题
intmain(){int*map;inti=10;while(i--){map=newint[20];map[i]=i;cout#include#include#pragmacomment(lib,"
psapi
.lib
itas109
·
2020-07-09 17:05
C++
进程信息查看
include#include"resource.h"#include#include#include#pragmacomment(lib,"comctl32.lib")#pragmacomment(lib,"
Psapi
.lib
a33445621
·
2020-07-09 12:46
c++释放进程所占内存--快速释放内存
参考http://madcloudsong.com/articles/138中的方法//此处只处理了32位的进程#include#pragmacomment(lib,"
psapi
.lib")//提升权限
weixin_34032779
·
2020-07-09 09:03
C语言杀掉一个进程
#include#include#pragmacomment(lib,"
Psapi
.lib")#include#includeDWORDFindProcess(char*strProcessName){
qiqiaiairen
·
2020-07-09 08:26
C++
查找与清除线程插入式木马(转)
目前网络上最猖獗的病毒估计非木马程序莫数了,特别是在过去的2004年木马程序的攻击性也有了很大的加强,在进程隐藏方面,做了较大的改动,不再采用独立的EXE可执行文件形式,而是改为内核嵌入方式、远程线程插入技术、挂接
PSAPI
cuankuangzhong6373
·
2020-07-01 21:22
map和hashmap性能测试
include"stdafx.h"#include#include#include#include#include#include#include#include#pragmacomment(lib,"
psapi
.lib
Butterfly_Dreaming
·
2020-07-01 08:36
C++
远程执行代码写入
#include#include#include#include#defineID_BUTTON11#definebuffMAX_PATH#pragmacomment(lib,"
Psapi
.lib")typedefint
qq_42577465
·
2020-06-26 00:19
使用PyHook3记录按键
fromctypesimport*importpythoncomimportpyHookimportwin32clipboarduser32=windll.user32kernel32=windll.kernel32
psapi
煌可爱蛋
·
2020-06-25 06:47
Python
枚举桌面窗口并获取进程信息
#include#include#include#pragmacomment(lib,"
psapi
.lib")usingnamespacestd;BOOLCALLBACKEnumWindowsProc(
最爱吹吹风
·
2020-06-24 05:42
WIN32
清除病毒代码
#defineDEBUGMSG#include#include#include#include#include#include"
Psapi
.h"#pragmacomment(lib,"
Psapi
.lib
iiprogram
·
2020-06-23 17:39
DLL注入_远程线程注入
①静态链接库:在运行的时候就直接把代码全部加载到程序中,调用方式比如:#pramacomment(lib,"
Psapi
.lib")②动态链接库:在需要的时候加载,加载方式为:——使用LoadLibrary
Interstellar____
·
2020-06-21 18:50
Windows编程
Windows原理
利用
psapi
.dll提供的API枚举进程--Ring3枚举进程
按照惯例,先来看一下EnumProcesses的底层实现到底是个什么东东??其实其内部还是调用了Nt系列的函数,通过宏传递参数,查询各种信息。最终返出各个进程的ID值BOOLWINAPIEnumProcesses(DWORD*lpidProcess,DWORDcb,LPDWORDlpcbNeeded){NTSTATUSStatus;DWORDSize=MAXSHORT,Count;PSYSTEM_
KookNut39
·
2020-05-09 12:21
Windows应用层开发
DLL注入_远程线程注入
①静态链接库:在运行的时候就直接把代码全部加载到程序中,调用方式比如:#pramacomment(lib,"
Psapi
.lib")②动态链接库:在需要的时候加载,加载方式为:——使用LoadLibrary
Apollooooo
·
2019-08-23 18:22
Windows编程
GetProcessMemoryInfo获取程序所占内存
原文链接:https://docs.microsoft.com/zh-cn/windows/win32/
psapi
/collecting-memory-usage-information-for-a-processTodeterminetheefficiencyofyourapplication
骑着骆骆去看海
·
2019-07-31 20:40
Window
API
详解C#中的System.Timers.Timer定时器的使用和定时自动清理内存应用
publicclassProgram{[DllImport("
psapi
.dll")]staticexternintEmptyWorkingSet(IntPtrhwProc);//清理内存相关staticvoidMain
Jugg书生
·
2017-06-30 16:36
windows/vs如何获取程序内存使用量和时间花费
1获取内存使用量获取内存使用量主要使用
Psapi
.h中声明的GetProcessMemoryInfo函数:①、在程序中添加#pragmacomment(lib,”
Psapi
.lib”),将
Psapi
.lib
无鞋童鞋
·
2017-06-28 22:37
C/C++
操作系统
python监控客户端进程与键盘记录并上传至服务器
importpythoncomimportpyHookimportwin32clipboardfromincimportMyFtpfromincimportScreenShotimporttimeimportosuser32=windll.user32kernel32=windll.kernel32
psapi
septwolves2015
·
2016-11-01 14:58
python
查看文件被占用的进程 NtQueryObject NtQueryInformationFile NtQuerySystemInformation
includeusingnamespacestd;#includetypedefstd::basic_string,std::allocator>tstring;#include#include#pragmacomment(lib,"
psapi
.lib
鱼公子哟西
·
2016-06-22 11:27
vs
MFC-通过
psapi
.dll中的函数枚举进程
这次通过一个实用的小例子讲解一下
psapi
.dll(头文件是
Psapi
.h)中几个函数的用法.效果如图:这个例子需要用到的知识有:静态文本http://blog.csdn.net/qq_18297675
qq_18297675
·
2016-04-01 15:00
mfc
模块
枚举进程
Psapi-h
Psapi-dll
如何用 Win32 APIs 枚举应用程序窗口和进程
id=1482编译:NorthTibet 下载源代码枚举顶层(top-level)窗口枚举进程用 ToolHelp32 库枚举进程用
PSAPI
枚举进程16位进
·
2015-11-12 16:07
Win32
C++根据进程获取主窗口的句柄
stdafx.h"#include <Windows.h>#include <stdio.h>#include <tchar.h>#include <
Psapi
.h
·
2015-11-07 14:57
C++
获取windows进程信息及CListCtrl控件(List Control)练习
windows进程信息获取 需要包含头文件 #include <
psapi
.h>
·
2015-11-07 11:39
windows
windows编程点滴(一)之Windows获取系统中所有进程
Tool help function
PSAPI
functions (PROCECC 
·
2015-11-02 18:12
windows
c# 内存整理,EmptyWorkingSet
[DllImport( "
psapi
.dll " )] static  
·
2015-11-02 15:32
set
获取进程列表及相关信息
Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs,TlHelp32, StdCtrls, ComCtrls,
psAPI
·
2015-11-01 12:12
进程
进程信息查看
include "resource.h" #include <commctrl.h> #include <Tlhelp32.h> #include <
Psapi
.h
·
2015-10-31 10:46
进程
上一页
1
2
3
4
下一页
按字母分类:
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
其他